You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Fixes #3534: Undoing changes multiple time on an existing note could result in a blank note
This commit is contained in:
@@ -662,7 +662,7 @@ class BaseApplication {
|
||||
this.dbLogger_.setLevel(initArgs.logLevel);
|
||||
|
||||
if (Setting.value('env') === 'dev' && Setting.value('appType') === 'desktop') {
|
||||
this.logger_.addTarget('console', { level: Logger.LEVEL_DEBUG });
|
||||
// this.logger_.addTarget('console', { level: Logger.LEVEL_DEBUG });
|
||||
this.dbLogger_.addTarget('console', { level: Logger.LEVEL_WARN });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user