Ignore:
Timestamp:
2010-04-15T19:45:35+02:00 (15 years ago)
Author:
bastiK
Message:

clean up debugging code from last commit

File:
1 edited

Legend:

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

    r3186 r3187  
    9191    @Override public boolean executeCommand() {
    9292        for (Node n : nodes) {
    93             System.err.println("MoveCommand "+ Thread.currentThread().getName());
    9493            // in case #3892 happens again
    9594            if (n == null)
Note: See TracChangeset for help on using the changeset viewer.