Skip to content

Commit

Permalink
Merge pull request #8 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(cli): remove console.log
  • Loading branch information
jlenon7 authored May 12, 2022
2 parents ec108f6 + 880a8dd commit 8de250b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "1.0.7",
"version": "1.0.8",
"description": "Athenna CLI to create new projects and install components.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class Cli {
* @return {Promise<void>}
*/
async main() {
console.log('hello')
await new Config().safeLoad(Path.config('logging.js'))

const newCommand = new New(this.#callPath)
Expand Down

0 comments on commit 8de250b

Please sign in to comment.