Skip to content

Commit 58ce3c1

Browse files
author
Massimiliano Pippi
committed
removed unused global var
1 parent 2942748 commit 58ce3c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cli/globals/globals.go

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ import (
2626
)
2727

2828
var (
29-
// Debug determines whether to dump debug output to stderr or not
30-
Debug bool
3129
// VersionInfo contains all info injected during build
3230
VersionInfo = version.NewInfo(filepath.Base(os.Args[0]))
3331
// DefaultIndexURL is the default index url

0 commit comments

Comments
 (0)