From 3ccf4ff80446b6e5a522b7502949a686d9896e7e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Apr 2015 18:27:19 +0900 Subject: [PATCH] Getting rid of print statement --- task.go | 1 - 1 file changed, 1 deletion(-) diff --git a/task.go b/task.go index bf03b13..c51c1da 100644 --- a/task.go +++ b/task.go @@ -48,7 +48,6 @@ func (this *task) process(srcDir, dstDir string, conf *config, flags int) error } } - fmt.Print(this.Commands) for _, currCmd := range this.Commands { if err := currCmd.process(dstDir, flags); err != nil { return err