Getting rid of print statement
This commit is contained in:
parent
7876ad587f
commit
3ccf4ff804
1
task.go
1
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 {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user