Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 267fa34

Browse files
committed
Revert "Log non-default command line arguments
Reverts 8c25906 Fixes #356
1 parent 7b8acaa commit 267fa34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ func main() {
7575
flag.Parse()
7676
log.SetFlags(0)
7777

78-
flag.Visit(func(f *flag.Flag) {
79-
fmt.Printf("Command line flag %s: %q (default %q)\n", f.Name, f.Value.String(), f.DefValue)
80-
})
81-
8278
vfsutil.ArchiveCacheDir = filepath.Join(*cacheDir, "lang-go-archive-cache")
8379

8480
// Start pprof server, if desired.

0 commit comments

Comments
 (0)