Skip to content

Commit 7ff12fb

Browse files
committed
removed stachtrace printing for problematic sql scripts
1 parent 8ac250d commit 7ff12fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/net/sf/jsqlparser/test/select/SpecialOracleTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public void testAllSqlsParseDeparse() throws IOException {
6161
success++;
6262
LOG.info(" -> SUCCESS");
6363
} catch (JSQLParserException ex) {
64-
LOG.log(Level.SEVERE, null, ex);
64+
//LOG.log(Level.SEVERE, null, ex);
65+
LOG.info(" -> PROBLEM");
6566
}
6667
}
6768
}

0 commit comments

Comments
 (0)