mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
agent: remove unreachable code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user