Skip to content

Commit bfac958

Browse files
remove log on test
1 parent 0b9a776 commit bfac958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/registry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ describe('registry', () => {
155155
deps['./domain/plugins-initialiser'].init.yields(null, 'ok');
156156
repositoryInitStub.yields(null, 'ok');
157157
deps['./app-start'].yields(null, 'ok');
158-
console.log('LOOL:', deps['./domain/events-handler']);
159158
deps['./domain/events-handler'].fire = sinon.stub();
160159

161160
deps['http'].createServer.returns({

0 commit comments

Comments
 (0)