mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Remove console log
This commit is contained in:
parent
57b7e9916d
commit
fd97892eb1
1 changed files with 0 additions and 1 deletions
|
@ -521,7 +521,6 @@ const parseBlock = function (sb2block, addBroadcastMsg, getVariableId, extension
|
|||
const index = blockMetadata.opcode.indexOf('_');
|
||||
const prefix = blockMetadata.opcode.substring(0, index);
|
||||
if (CORE_EXTENSIONS.indexOf(prefix) === -1) {
|
||||
console.log(prefix);
|
||||
extensions.extensionIDs.add(prefix);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue