Skip to content

Commit b133faa

Browse files
committed
Commenting out extraneous println().
1 parent 0db8bdb commit b133faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/FindReplace.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public void focusLost(FocusEvent e) {
200200

201201
pack();
202202
Insets insets = getInsets();
203-
System.out.println("Insets = " + insets);
203+
//System.out.println("Insets = " + insets);
204204
setSize(wide + insets.left + insets.right,high + insets.top + insets.bottom);
205205

206206
setLocationRelativeTo( null ); // center

0 commit comments

Comments
 (0)