Ignore:
Timestamp:
2011-07-01T09:32:56+02:00 (13 years ago)
Author:
stoecker
Message:

remove old debug stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/SequenceCommand.java

    r3275 r4191  
    5252            Command c = sequence[i];
    5353            boolean result = c.executeCommand();
    54             if (!result) {
    55                 Main.debug("SequenceCommand, executing command[" + i + "] " +  c + " result: " + result);
    56             }
    5754            if (!result && !continueOnError) {
    5855                this.undoCommands(i-1);
Note: See TracChangeset for help on using the changeset viewer.