summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-20 12:14:02 -0300
committerChristopher Speller <crspeller@gmail.com>2016-06-20 09:14:02 -0600
commit1ac3bfa603ef0a5822d7e775c085c3f02fdde359 (patch)
treee07434e00f37a89061dbbd27e9d8b9916866c704 /utils
parent8c8344fc41f680ff959db4b9b061e5cd9e7848bd (diff)
downloadchat-1ac3bfa603ef0a5822d7e775c085c3f02fdde359.tar.gz
chat-1ac3bfa603ef0a5822d7e775c085c3f02fdde359.tar.bz2
chat-1ac3bfa603ef0a5822d7e775c085c3f02fdde359.zip
PLT-3364 Fix panic when load config failes (#3361)
Diffstat (limited to 'utils')
-rw-r--r--utils/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/config.go b/utils/config.go
index f3b62a25a..5b8ba0906 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -178,7 +178,6 @@ func LoadConfig(fileName string) {
}
configureLog(&config.LogSettings)
- TestConnection(&config)
if config.FileSettings.DriverName == model.IMAGE_DRIVER_LOCAL {
dir := config.FileSettings.Directory