diff --git a/frontend/src/Helpers/Props/filterTypePredicates.js b/frontend/src/Helpers/Props/filterTypePredicates.js index d63841bd58..007533ece2 100644 --- a/frontend/src/Helpers/Props/filterTypePredicates.js +++ b/frontend/src/Helpers/Props/filterTypePredicates.js @@ -58,7 +58,6 @@ const filterTypePredicates = { }, [filterTypes.IS_EMPTY]: function(itemValue, filterValue) { - console.log('isEmpty', { itemValue }); if (itemValue === null || itemValue === undefined) { return true; }