Index: trunk/src/org/openstreetmap/josm/gui/Notification.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/Notification.java	(revision 16313)
+++ trunk/src/org/openstreetmap/josm/gui/Notification.java	(revision 16314)
@@ -223,5 +223,4 @@
         if (o == null || getClass() != o.getClass()) return false;
         Notification that = (Notification) o;
-        System.out.println(getContentTextOrComponent().getClass());
         return duration == that.duration
                 && Objects.equals(getContentTextOrComponent(), that.getContentTextOrComponent())
