aboutsummaryrefslogtreecommitdiff
path: root/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'run.go')
-rw-r--r--run.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/run.go b/run.go
index f7ca66f..f7c1d72 100644
--- a/run.go
+++ b/run.go
@@ -19,10 +19,6 @@ func Run() {
}
func runFunc() {
- if err := LoadConfig(); err != nil {
- log.Fatal(err)
- }
-
if !Conf().NoPlugins {
loadPlugins()
}