Skip to content

Commit bb007cc

Browse files
committed
fix: remove debug log
1 parent 1f9e6f5 commit bb007cc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lang/java/lib.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ package java
1616

1717
import (
1818
"fmt"
19-
"github.com/cloudwego/abcoder/lang/log"
2019
"os"
2120
"path/filepath"
2221
"runtime"
@@ -80,9 +79,6 @@ func generateExecuteCmd(LspOptions map[string]string) string {
8079
if len(LspOptions["java.home"]) != 0 {
8180
javaCmd = LspOptions["java.home"] + " "
8281
}
83-
join := strings.Join(args, " ")
84-
85-
log.Error(javaCmd + join)
8682
return javaCmd + strings.Join(args, " ")
8783
}
8884

0 commit comments

Comments
 (0)