From 61c29edaba885d9bdd418f0966572965c8368973 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Sat, 4 Mar 2017 15:33:52 -0500 Subject: [PATCH] removed debug print statement --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 02f4cbc..2577d94 100644 --- a/main.go +++ b/main.go @@ -129,7 +129,6 @@ func run() error { } ofiledir = path.Clean(path.Join(ss.ScratchSpacePath, strings.Replace(cwd, ":", "_", -1), ifiledir)) } - fmt.Println(ofiledir) ofile := path.Join(ofiledir, path.Base(ifile)) if err := copyToScratchSpace(ifile, ofile); err != nil { errChan <- err