diff --git a/v2/internal/runner/update.go b/v2/internal/runner/update.go index 5ca1f93a3..4cfc36137 100644 --- a/v2/internal/runner/update.go +++ b/v2/internal/runner/update.go @@ -185,7 +185,6 @@ func (r *Runner) updateTemplates() error { } if version.EQ(oldVersion) { - gologger.Info().Msgf("Your nuclei-templates are up to date: v%s\n", oldVersion.String()) return config.WriteConfiguration(r.templatesConfig, false, checkedIgnore) }