Skip to content

Commit

Permalink
remove debugging console.log and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Oct 1, 2020
1 parent 53c7d6e commit 567a13a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mycrypto/ganache-toolbox",
"version": "0.1.1",
"version": "0.1.2",
"author": "MyCrypto",
"license": "MIT",
"description": "A simple CLI to interact with MyCrypto Ganache",
Expand Down
1 change: 0 additions & 1 deletion src/utils/options.ts
Expand Up @@ -19,7 +19,6 @@ export const argsToOpts = (): IOptions => {
const args: IYargsObject = yargs
.usage('Usage: ganache-toolbox -a <address> -i <instance_url>')
.options(options).argv as IYargsObject;
console.log(args);
return {
skipPrompts: args.y || false,
instance: args.i,
Expand Down

0 comments on commit 567a13a

Please sign in to comment.