Changeset 3621 in osm for applications


Ignore:
Timestamp:
2007-07-19T04:17:53+02:00 (17 years ago)
Author:
ulf
Message:

comment out a println, left over from debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mappaint/src/mappaint/MapPaintVisitor.java

    r3620 r3621  
    5252                // so the exact "correcting value" below depends only on the screen size and resolution
    5353                // XXX - do we need a Preference setting for this (if things vary widely)?
    54                 System.out.println("Circum: " + circum + " max: " + e.getMaxScale() + " min:" + e.getMinScale());
     54                /*System.out.println(
     55                        "Circum: " + circum +
     56                        " max: " + e.getMaxScale() + "(" + e.getMaxScale()/22 + ")" +
     57                        " min:" + e.getMinScale() + "(" + e.getMinScale()/22 + ")");*/
    5558                if(circum>=e.getMaxScale() / 22 || circum<e.getMinScale() / 22) {
    5659                        return false;
Note: See TracChangeset for help on using the changeset viewer.