Sfoglia il codice sorgente

Remove debugging statement

Sam Jaffe 5 anni fa
parent
commit
61e90aa5fc

+ 0 - 4
src/test/java/org/leumasjaffe/recipe/view/BetterAutoGrowPanelTest.java

@@ -43,10 +43,6 @@ class BetterAutoGrowPanelTest extends SwingTestCase {
 		public void removeGrowShrinkListener(DocumentListener dl) {
 			super.getDocument().removeDocumentListener(dl);
 		}
-		
-		public String toString() {
-			return this.getClass().getSimpleName() + "@" + this.hashCode();
-		}
 	}
 	
 	@Mock Consumer<Boolean> callback;