From de73d4baa7dffd7ef1359f6a71bddf8087c273a5 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 8 Mar 2019 17:19:06 +0000 Subject: [PATCH] Minor issue --- ElectronClient/app/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ElectronClient/app/app.js b/ElectronClient/app/app.js index 306fb43b0..16bd63bd8 100644 --- a/ElectronClient/app/app.js +++ b/ElectronClient/app/app.js @@ -907,7 +907,6 @@ class Application extends BaseApplication { ExternalEditWatcher.instance().setLogger(reg.logger()); ExternalEditWatcher.instance().dispatch = this.store().dispatch; - ExternalEditWatcher.instance().preload(); } }