mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 13:40:41 +02:00
removing a console.log that I left behind
This commit is contained in:
parent
78e19d95e6
commit
d69a36e1ba
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ const filterTypePredicates = {
|
|||
},
|
||||
|
||||
[filterTypes.IS_EMPTY]: function(itemValue, filterValue) {
|
||||
console.log('isEmpty', { itemValue });
|
||||
if (itemValue === null || itemValue === undefined) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue