Changeset 16314 in josm


Ignore:
Timestamp:
2020-04-15T23:44:38+02:00 (5 years ago)
Author:
simon04
Message:

see #19089 - Remove debugging output

File:
1 edited

Legend:

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

    r16313 r16314  
    223223        if (o == null || getClass() != o.getClass()) return false;
    224224        Notification that = (Notification) o;
    225         System.out.println(getContentTextOrComponent().getClass());
    226225        return duration == that.duration
    227226                && Objects.equals(getContentTextOrComponent(), that.getContentTextOrComponent())
Note: See TracChangeset for help on using the changeset viewer.