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/Command.java

    r3262 r4191  
    121121        if (o != null)
    122122            return o;
    123         Main.debug("unable to find osm with id: " + osm.getId() + " hashCode: " + osm.hashCode());
    124123        for (OsmPrimitive t : cloneMap.keySet()) {
    125124            PrimitiveData to = cloneMap.get(t);
    126             Main.debug("now: " + t.getId() + " hashCode: " + t.hashCode());
    127             Main.debug("orig: " + to.getUniqueId() + " hashCode: " + to.hashCode());
    128125        }
    129126        return o;
Note: See TracChangeset for help on using the changeset viewer.