Remove debugging console log from test (#4482)

This commit is contained in:
Monica Kozbial
2020-11-30 14:22:43 -08:00
committed by GitHub
parent a11ba810f8
commit 5153a32424

View File

@@ -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);