mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-04 02:00:29 -04: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…
Add table
Add a link
Reference in a new issue