Skip to content

Commit ce77a28

Browse files
committed
chore: remove debug logs
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent c148d9d commit ce77a28

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/commands/run.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var transition;
77
function run (internals, config) {
88
const { load } = internals;
99
const transition = load('transition');
10-
console.log('hello');
1110
var action = internals.argv._.shift();
1211
var folder = action.split(':');
1312

lib/commands/set-default-argv.js

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ module.exports = function (internals, isModule) {
124124
internals.argv.config = internals.argv.configFile || _config;
125125

126126
if (internals.argv.version) {
127-
console.log(internals.argv.version);
128127
console.log(internals.dbm.version);
129128
process.exit(0);
130129
}

0 commit comments

Comments
 (0)