Skip to content

Commit 08a7703

Browse files
committed
cleanup
1 parent 85d701d commit 08a7703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ private SqlContext createSqlContext(final String tableResourceName)
373373
" \r\n" + //
374374
"";
375375

376-
System.out.println("model " + calciteModel);
377376
final JSONObject calciteModelJSON = (JSONObject) new JSONParser().parse(calciteModel);
378377
final Configuration configuration = new ModelParser(new Configuration(), calciteModelJSON)
379378
.setProperties();

0 commit comments

Comments
 (0)