Skip to content

Commit f37500c

Browse files
authored
remove console.log leftover
1 parent 9b392e4 commit f37500c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/completion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ describe('Completion', () => {
4646
cmd += `node ${yocomplete} completion -- ${yo} $cmd`;
4747

4848
const result = execFileSync(cmd, {encoding: 'utf8', shell: true});
49-
console.log('result', result);
5049
assert.ok(/-f/.test(result));
5150
assert.ok(/--force/.test(result));
5251
assert.ok(/--version/.test(result));

0 commit comments

Comments
 (0)