mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Removed a trace() statement
This commit is contained in:
parent
bf9ce4a865
commit
7a201faa47
1 changed files with 0 additions and 1 deletions
|
@ -739,7 +739,6 @@ public class ScratchRuntime {
|
|||
// for each block in stack
|
||||
stack.allBlocksDo(function (b:Block):void {
|
||||
for each (var a:BlockArg in b.args) {
|
||||
trace(a.menuName, spriteMenus.indexOf(a.menuName), a.argValue, spriteName)
|
||||
if (spriteMenus.indexOf(a.menuName) != -1 && a.argValue == spriteName) result.push(a);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue