You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Second pass at linting lib dir
This commit is contained in:
@ -108,7 +108,6 @@ class Logger {
|
||||
log(level, ...object) {
|
||||
if (!this.targets_.length) return;
|
||||
|
||||
let levelString = '';
|
||||
let line = moment().format('YYYY-MM-DD HH:mm:ss') + ': ';
|
||||
|
||||
if (level == Logger.LEVEL_WARN) levelString += '[warn] ';
|
||||
|
Reference in New Issue
Block a user