From d69a36e1baf973687289658c0d8551f8e0a980b5 Mon Sep 17 00:00:00 2001 From: Stephen Boettcher Date: Mon, 9 Mar 2026 10:10:08 -0400 Subject: [PATCH] removing a console.log that I left behind --- frontend/src/Helpers/Props/filterTypePredicates.js | 1 - 1 file changed, 1 deletion(-) 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; }