Skip to content

Commit 7ed300e

Browse files
author
woytu
committed
去除冗余
1 parent bcf6f68 commit 7ed300e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/file.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ func PathStitching(paths ...string) string {
327327
sep := string(os.PathSeparator)
328328
path := ""
329329
for _, value := range paths {
330-
fmt.Println(path)
331330
path = path + sep + value
332331
}
333332
return path[1:]

0 commit comments

Comments
 (0)