From 5153a32424e1d4a3bc664539f644367ad27da1bd Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Mon, 30 Nov 2020 14:22:43 -0800 Subject: [PATCH] Remove debugging console log from test (#4482) --- tests/mocha/event_test.js | 2 -- 1 file changed, 2 deletions(-) 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);