Remove debug output

This commit is contained in:
Jan Bader 2017-09-24 14:05:41 +02:00
parent 66babd15c8
commit f5d46e0837

View File

@ -24,9 +24,6 @@ func main() {
flag.StringVar(&execCmd, "exec", "", "Run commant on matching file.") flag.StringVar(&execCmd, "exec", "", "Run commant on matching file.")
flag.Parse() flag.Parse()
fmt.Println(execCmd)
fmt.Println(dryrun)
switch flag.Arg(0) { switch flag.Arg(0) {
case "normalize": case "normalize":
fallthrough fallthrough