diff --git a/command/agent/config.go b/command/agent/config.go index 6cee5a82a..6678ff51d 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -174,12 +174,6 @@ func DevConfig() *Config { conf.EnableDebug = true conf.DisableAnonymousSignature = true return conf - return &Config{ - LogLevel: "DEBUG", - DevMode: true, - EnableDebug: true, - DisableAnonymousSignature: true, - } } // DefaultConfig is a the baseline configuration for Nomad