Index: trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java	(revision 10421)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java	(revision 10422)
@@ -1428,6 +1428,6 @@
                 tagRowSorter.convertRowIndexToModel(tagTable.getSelectedRow());
             } catch (IndexOutOfBoundsException ignore) {
-                Main.debug(ignore);
-                Main.debug("Clearing tagTable selection");
+                Main.trace(ignore);
+                Main.trace("Clearing tagTable selection");
                 tagTable.clearSelection();
             }
