Skip to content

Commit 59cb710

Browse files
committed
remove debug line
1 parent e08956d commit 59cb710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/embulk/output/snowflake/TestSnowflakeOutputPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ public void testExecuteMultiQuery() throws IOException {
435435
String targetTableFullName =
436436
String.format(
437437
"\"%s\".\"%s\".\"%s\"", TEST_SNOWFLAKE_DB, TEST_SNOWFLAKE_SCHEMA, targetTableName);
438-
System.out.println(targetTableFullName);
439438
runQuery(
440439
String.format("create table %s (c0 FLOAT, c1 STRING)", targetTableFullName),
441440
foreachResult(rs_ -> {}));

0 commit comments

Comments
 (0)