Ignore:
Timestamp:
2013-10-04T03:27:01+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - Avoid commented-out lines of code, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/GeorefImage.java

    r6248 r6296  
    148148            }
    149149            long freeMem = Runtime.getRuntime().maxMemory() - Runtime.getRuntime().totalMemory();
    150             //Main.debug("Free Memory:           "+ (freeMem/1024/1024) +" MB");
    151150            // Notice that this value can get negative due to integer overflows
    152             //Main.debug("Img Size:              "+ (width*height*3/1024/1024) +" MB");
    153151
    154152            int multipl = alphaChannel ? 4 : 3;
Note: See TracChangeset for help on using the changeset viewer.