From 6f9dbbfc103ca9e9daa2b36dd742fb5c95196bac Mon Sep 17 00:00:00 2001 From: Tom Wilson Date: Mon, 2 Dec 2024 14:20:18 +0000 Subject: [PATCH] fix: updated version not to print chat message --- src/services/splash.js | 2 ++ src/services/version.js | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/splash.js b/src/services/splash.js index 582000e3..76dbb8a1 100644 --- a/src/services/splash.js +++ b/src/services/splash.js @@ -10,4 +10,6 @@ export function splash() { whitespaceBreak: true, })) console.log(chalk.green('Welcome to AOS: Your operating system for AO, the decentralized open access supercomputer.')) + console.log(chalk.gray('Type ".load-blueprint chat" to join the community chat and ask questions!')) + } \ No newline at end of file diff --git a/src/services/version.js b/src/services/version.js index 9edc89e6..fe0d7a22 100644 --- a/src/services/version.js +++ b/src/services/version.js @@ -12,8 +12,6 @@ const UPDATE_URL = process.env.UPDATE_URL || 'https://get_ao.arweave.net' const pkg = getPkg() export function version(id) { - console.log(chalk.gray('Type ".load-blueprint chat" to join the community chat and ask questions!')) - //console.log(chalk.gray('Type ".load-blueprint token" to create Social Token\n')) console.log(chalk.gray(` AOS Client Version: ${pkg.version}. 2024`)) if (id) {