1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Removed debug code

This commit is contained in:
Laurent Cozic
2020-07-22 19:09:20 +01:00
parent 4bef79cd71
commit e68eb196b7

View File

@@ -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();