Skip to content

Commit d3dcd98

Browse files
committed
test: remove console.log statement in test
1 parent cf7710f commit d3dcd98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/flash-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ vows.describe('flash').addBatch({
6767
req.session.flash.error.push('Something went wrong');
6868
assert.equal(req.session.flash.error[0], 'U29tZXRoaW5nIHdlbnQgd3Jvbmc=');
6969
assert.equal(req.session.flash.error[1], 'Something went wrong');
70-
console.log(req.session.flash.error);
7170
const msgs = req.flash('error');
7271
assert.equal(msgs[0], 'Something went wrong');
7372
assert.equal(msgs[1], 'Something went wrong');

0 commit comments

Comments
 (0)