Skip to content

Commit a5a73fd

Browse files
committed
removing System lines
1 parent a8611c8 commit a5a73fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/net/sf/jsqlparser/statement/insert/InsertTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,6 @@ public void testWithDeparsingIssue406() throws JSQLParserException {
371371
assertEquals("mytab3", insert.getTable().getFullyQualifiedName());
372372
assertNull(insertWithItems);
373373
assertNull(selectWithItems);
374-
System.out.println(insert);
375-
System.out.println(insert.getPlainSelect());
376-
System.out.println(insert.getPlainSelect().getWhere());
377374
ExistsExpression exists = (ExistsExpression) insert.getPlainSelect().getWhere();
378375
assertEquals("(WITH t AS (SELECT * FROM mytab2) SELECT * FROM t)", exists.getRightExpression().toString());
379376
}

0 commit comments

Comments
 (0)