Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Mar 4, 2017
1 parent 508a785 commit 61c29ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c29ed

Please sign in to comment.