Skip to content

Commit 46c7f3c

Browse files
author
dapeng
committed
fix compile fail
1 parent 715bce3 commit 46c7f3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

launcher/src/main/java/com/dtstack/flink/sql/launcher/LauncherMain.java

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ public class LauncherMain {
6363
private static final Logger LOG = LoggerFactory.getLogger(LauncherMain.class);
6464
private static final String CORE_JAR = "core";
6565

66-
private static final Logger LOG = LoggerFactory.getLogger(LauncherMain.class);
67-
6866
private static String SP = File.separator;
6967

7068
private static String getLocalCoreJarPath(String localSqlRootJar) throws Exception {

0 commit comments

Comments
 (0)