You've already forked joplin
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:
@@ -1265,7 +1265,7 @@ class Application extends BaseApplication {
|
|||||||
ExternalEditWatcher.instance().setLogger(reg.logger());
|
ExternalEditWatcher.instance().setLogger(reg.logger());
|
||||||
ExternalEditWatcher.instance().dispatch = this.store().dispatch;
|
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();
|
RevisionService.instance().runInBackground();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user