Removes debug print output.

pull/4/head
Jim Teeuwen 2014-01-28 23:32:50 +01:00
parent b903585359
commit 20077324b7
1 changed files with 0 additions and 1 deletions

View File

@ -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