Skip to content

Commit 6ee9e7f

Browse files
committed
Removed System print and logger.
1 parent a17f6e1 commit 6ee9e7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ca/sqlpower/architect/swingui/KettleJobPanel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public void focusGained(FocusEvent e) {
311311

312312
@Override
313313
public void focusLost(FocusEvent e) {
314-
System.out.println(tf.getText());
315314
if (!isValidSplitNo()) {
316315
tf.setFocusable(true);
317316
}

0 commit comments

Comments
 (0)