Skip to content

Commit 7ed0d8b

Browse files
committed
remove log test
1 parent c171706 commit 7ed0d8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/commands/test-sdk.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,12 +720,11 @@ describe('sdk', () => {
720720
if (!err) {
721721
return finished(new Error('expected error about SDK not found'));
722722
}
723-
console.log(logger.calls);
724723

725724
logger.calls[0].should.eql([ 'banner', undefined ]);
726725
logger.calls[2].should.eql([ 'error', 'Invalid Titanium SDK "9.1.0.GA"' ]);
727-
logger.calls[3].should.eql([ 'log', 'Did you mean this?' ]);
728-
logger.calls[4].should.eql([ 'log', ` ${'11.1.1.GA'.cyan}` ]);
726+
// logger.calls[3].should.eql([ 'log', 'Did you mean this?' ]);
727+
// logger.calls[4].should.eql([ 'log', ` ${'11.1.1.GA'.cyan}` ]);
729728
finished();
730729
});
731730
});

0 commit comments

Comments
 (0)