Skip to content

Commit

Permalink
chore: remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
  • Loading branch information
wzrdtales committed Apr 15, 2020
1 parent c148d9d commit ce77a28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/commands/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var transition;
function run (internals, config) {
const { load } = internals;
const transition = load('transition');
console.log('hello');
var action = internals.argv._.shift();
var folder = action.split(':');

Expand Down
1 change: 0 additions & 1 deletion lib/commands/set-default-argv.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ module.exports = function (internals, isModule) {
internals.argv.config = internals.argv.configFile || _config;

if (internals.argv.version) {
console.log(internals.argv.version);
console.log(internals.dbm.version);
process.exit(0);
}
Expand Down

0 comments on commit ce77a28

Please sign in to comment.