Skip to content

Commit

Permalink
clean: console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BH4HPA committed Jul 3, 2023
1 parent 9752f3b commit 2040033
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/workers/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ registerPromiseWorker(function (message) {
if (message.conditions.search.hasOwnProperty(condition)) {
if (condition.startsWith('class_sort')) {
if (JSON.parse(message.conditions.search[condition]).name !== '') {
// eslint-disable-next-line no-console
console.log('adding condition', condition, JSON.parse(message.conditions.search[condition]).name, JSON.parse(message.conditions.search[condition]).regex);
conditionsRegExp[condition] = new RegExp(JSON.parse(message.conditions.search[condition]).regex.slice(1, -1));
}
} else if (message.conditions.regexpMode) {
Expand Down

0 comments on commit 2040033

Please sign in to comment.