mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Remove log line
This commit is contained in:
parent
bcd76c995e
commit
9dbb362b36
1 changed files with 0 additions and 1 deletions
|
@ -1477,7 +1477,6 @@ class Runtime extends EventEmitter {
|
|||
const target = thread.target;
|
||||
if (target === this._editingTarget) {
|
||||
const blockForThread = thread.blockGlowInFrame;
|
||||
console.log(thread.blockGlowInFrame, thread.requestScriptGlowInFrame)
|
||||
if (thread.requestScriptGlowInFrame || thread.stackClick) {
|
||||
let script = target.blocks.getTopLevelScript(blockForThread);
|
||||
if (!script) {
|
||||
|
|
Loading…
Reference in a new issue