Browse Source

extra arg print

zricethezav 8 năm trước cách đây
mục cha
commit
aec926df5e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {