Explorar el Código

extra arg print

zricethezav hace 8 años
padre
commit
aec926df5e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      options.go

+ 0 - 1
options.go

@@ -175,7 +175,6 @@ func (opts *Options) parseOptions(args []string) error {
 			} else if match, value := opts.optInt(arg, "--concurrency="); match {
 				opts.Concurrency = value
 			} else if i == len(args)-1 {
-				fmt.Println(args[i])
 				if opts.LocalMode {
 					opts.RepoPath = filepath.Clean(args[i])
 				} else {