projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
slash and burn trace statements, and fix areas on vector background layers
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
connection
/
CompositeUndoableAction.as
diff --git
a/net/systemeD/halcyon/connection/CompositeUndoableAction.as
b/net/systemeD/halcyon/connection/CompositeUndoableAction.as
index 3cd4e11f143b011032eb57a6b410976c45afc87d..b5394abd060b2950f2abb3e2155eda5caba24f7f 100644
(file)
--- a/
net/systemeD/halcyon/connection/CompositeUndoableAction.as
+++ b/
net/systemeD/halcyon/connection/CompositeUndoableAction.as
@@
-53,7
+53,6
@@
package net.systemeD.halcyon.connection {
public function undoFrom(index:int):void {
for ( var i:int = index - 1; i >= 0; i-- ) {
var action:UndoableAction = actions[i];
- trace("going to do "+action);
action.undoAction();
}