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
13c6a735a8
commit
716c064379
1 changed files with 0 additions and 1 deletions
|
@ -669,7 +669,6 @@ public class ScratchRuntime {
|
|||
lw.updateTitle();
|
||||
}
|
||||
for each (var a:BlockArg in allUsesOfSprite(oldName)) {
|
||||
trace((a.parent as Block).spec, a.menuName, a.argValue);
|
||||
a.setArgValue(newName);
|
||||
}
|
||||
app.setSaveNeeded();
|
||||
|
|
Loading…
Reference in a new issue