Getting rid of print statement

This commit is contained in:
Alex Yatskov 2015-04-05 18:27:19 +09:00
parent 7876ad587f
commit 3ccf4ff804

View File

@ -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 { for _, currCmd := range this.Commands {
if err := currCmd.process(dstDir, flags); err != nil { if err := currCmd.process(dstDir, flags); err != nil {
return err return err