From 9dc59deadf29ca9af243a516d15402f595d25237 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Fri, 11 Sep 2015 21:28:35 -0700 Subject: [PATCH] agent: remove unreachable code --- command/agent/config.go | 6 ------ 1 file changed, 6 deletions(-) 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