diff --git a/cmd/main.go b/cmd/main.go index ce62cfc..0929b4f 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -137,7 +137,6 @@ func parseCLI() ([]string, *CLI, error) { log.Info(Version) return nil, nil, fmt.Errorf("version: %s", Version) } else { - log.Error("Missing URL/file input. No targets provided.") return nil, nil, fmt.Errorf("missing URL/file input. No targets provided") } }