Fix lastReadId logic

This commit is contained in:
Bryan Ashby 2018-02-01 19:34:14 -07:00
parent 5c580c1ecd
commit a121d60c1b
2 changed files with 3 additions and 2 deletions

View file

@ -129,7 +129,6 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
}
this.noUpdateLastReadId = _.get(options, 'extraArgs.noUpdateLastReadId', config.noUpdateLastReadId) || false;
console.log(this.noUpdateLastReadId);
this.isReady = false;