Changeset 5632 in josm for trunk/src/org


Ignore:
Timestamp:
2012-12-25T23:46:47+01:00 (11 years ago)
Author:
Don-vip
Message:

remove forgotten debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/DefaultTabPreferenceSetting.java

    r5631 r5632  
    9696                } catch (IllegalArgumentException e) {
    9797                    // Ignore exception and return false below
    98                     e.printStackTrace();
    99                     System.out.println(tabpane.getTabCount());
    100                     for (int i = 0; i < tabpane.getTabCount() ; i++) {
    101                         System.out.println(tabpane.getComponentAt(i));
    102                     }
    10398                }
    10499            }
Note: See TracChangeset for help on using the changeset viewer.