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