diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -105,8 +105,6 @@ func FallbackServers(server string) []string { } else { return append(fallbacks, conf.FallbackServers...) } - - return fallbacks } // LoadConfig attempts to parse the configuration file. |