agent: remove unreachable code

This commit is contained in:
Ryan Uber
2015-09-11 21:28:35 -07:00
parent 3c6c6a6cd9
commit 9dc59deadf

View File

@@ -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