Skip to content

Commit

Permalink
fix: updated version not to print chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
twilson63 committed Dec 2, 2024
1 parent e53a272 commit 6f9dbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/services/splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!'))

}
2 changes: 0 additions & 2 deletions src/services/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6f9dbbf

Please sign in to comment.