Remove log line

This commit is contained in:
Paul Kaplan 2018-07-12 14:40:13 -04:00
parent bcd76c995e
commit 9dbb362b36

View file

@ -1477,7 +1477,6 @@ class Runtime extends EventEmitter {
const target = thread.target; const target = thread.target;
if (target === this._editingTarget) { if (target === this._editingTarget) {
const blockForThread = thread.blockGlowInFrame; const blockForThread = thread.blockGlowInFrame;
console.log(thread.blockGlowInFrame, thread.requestScriptGlowInFrame)
if (thread.requestScriptGlowInFrame || thread.stackClick) { if (thread.requestScriptGlowInFrame || thread.stackClick) {
let script = target.blocks.getTopLevelScript(blockForThread); let script = target.blocks.getTopLevelScript(blockForThread);
if (!script) { if (!script) {