Skip to content

Commit ada7097

Browse files
committed
Remove print
1 parent 944e751 commit ada7097

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ func ParseHostName(hostname string, defaultUser string, defaultPort uint16) (str
217217
lastInd := strings.LastIndex(host, ":")
218218
p, err := strconv.ParseUint(host[lastInd+1:], 10, 16)
219219
if err != nil {
220-
fmt.Println(1111)
221220
return "", "", 22, err
222221
}
223222
host = host[:lastInd]

0 commit comments

Comments
 (0)