From e68eb196b7c68537a2c1c016baab5224addacf06 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 22 Jul 2020 19:09:20 +0100 Subject: [PATCH] Removed debug code --- ElectronClient/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronClient/app.js b/ElectronClient/app.js index 920c7ff137..dcd5f7b5af 100644 --- a/ElectronClient/app.js +++ b/ElectronClient/app.js @@ -1265,7 +1265,7 @@ class Application extends BaseApplication { ExternalEditWatcher.instance().setLogger(reg.logger()); ExternalEditWatcher.instance().dispatch = this.store().dispatch; - ResourceEditWatcher.instance().initialize(reg.logger(), (action) => { console.info('ACTION', action); this.store().dispatch(action); }); + ResourceEditWatcher.instance().initialize(reg.logger(), (action) => { this.store().dispatch(action); }); RevisionService.instance().runInBackground();