summaryrefslogtreecommitdiff
path: root/cmd/dgrep
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dgrep')
-rw-r--r--cmd/dgrep/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/dgrep/main.go b/cmd/dgrep/main.go
index 3cbb3cc..602d318 100644
--- a/cmd/dgrep/main.go
+++ b/cmd/dgrep/main.go
@@ -59,9 +59,6 @@ func main() {
if displayVersion {
version.PrintAndExit()
}
- if !args.Spartan {
- version.Print()
- }
ctx, cancel := context.WithCancel(context.Background())
var wg sync.WaitGroup