Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahic committed May 10, 2021
1 parent ca9f15b commit 21678d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ var Logsene = function (options) {
this.setSource = false
}
this.logsene_debug = options.logsene_debug
this.flatOptions = options.flatOptions || { safe: true, delimiter: '_' }
this.json = options.json || false
this.colorize = options.colorize || false
this.prettyPrint = options.prettyPrint || false
Expand Down

0 comments on commit 21678d2

Please sign in to comment.