mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Remove debugging console log from test (#4482)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user