Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelgeson committed May 2, 2016
1 parent 148f2ac commit 097d86b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/command/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = function( b9 ){
argv = argv.slice(1); // shift arguments
direct = true;
}
console.log( argv );
if ( !argv.length ){
return;
}
Expand Down

0 comments on commit 097d86b

Please sign in to comment.