From 7ed300e9b22f1e00d7ef0d63d33d049061054dd2 Mon Sep 17 00:00:00 2001 From: woytu Date: Sat, 29 Jun 2019 04:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/file.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/file.go b/utils/file.go index 7931d5d..e2d663b 100644 --- a/utils/file.go +++ b/utils/file.go @@ -327,7 +327,6 @@ func PathStitching(paths ...string) string { sep := string(os.PathSeparator) path := "" for _, value := range paths { - fmt.Println(path) path = path + sep + value } return path[1:]