Removes debug print output.
This commit is contained in:
parent
b903585359
commit
20077324b7
|
@ -64,7 +64,6 @@ func parseArgs() *bindata.Config {
|
|||
c.Input = make([]bindata.InputConfig, flag.NArg())
|
||||
for i := range c.Input {
|
||||
c.Input[i] = parseInput(flag.Arg(i))
|
||||
fmt.Printf("%v\n", c.Input[i])
|
||||
}
|
||||
|
||||
return c
|
||||
|
|
Loading…
Reference in New Issue
Block a user