aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/serverLib/CoreApp.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/serverLib/CoreApp.js')
-rw-r--r--server/src/serverLib/CoreApp.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/serverLib/CoreApp.js b/server/src/serverLib/CoreApp.js
index 012ae44..6bab090 100644
--- a/server/src/serverLib/CoreApp.js
+++ b/server/src/serverLib/CoreApp.js
@@ -45,7 +45,6 @@ class CoreApp {
buildImportManager () {
this.dynamicImports = new ImportsManager(path.join(__dirname, '../..'));
- this.dynamicImports.init();
}
buildCommandsManager () {