diff --git a/tests/mocha/event_test.js b/tests/mocha/event_test.js index 41c6bc132..725e9e4c2 100644 --- a/tests/mocha/event_test.js +++ b/tests/mocha/event_test.js @@ -445,8 +445,6 @@ suite('Events', function() { if (typeof value == 'object' && value != null) { if (cache.includes(value)) { // Discard duplicate reference. - console.log('discarding'); - console.log(value); return undefined; } cache.push(value);