mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-13 15:00:06 -04:00
Remove leftover console.groupEnd
s in execute
This commit is contained in:
parent
0bf9ab59a1
commit
e9eb7c6e57
1 changed files with 0 additions and 2 deletions
|
@ -43,14 +43,12 @@ var execute = function (sequencer, thread) {
|
|||
|
||||
if (!opcode) {
|
||||
console.warn('Could not get opcode for block: ' + currentBlockId);
|
||||
console.groupEnd();
|
||||
return;
|
||||
}
|
||||
|
||||
var blockFunction = runtime.getOpcodeFunction(opcode);
|
||||
if (!blockFunction) {
|
||||
console.warn('Could not get implementation for opcode: ' + opcode);
|
||||
console.groupEnd();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue