diff --git a/src/koza/utils/row_filter.py b/src/koza/utils/row_filter.py index 43b6771..61a15f0 100644 --- a/src/koza/utils/row_filter.py +++ b/src/koza/utils/row_filter.py @@ -54,7 +54,6 @@ def include_row(self, row) -> bool: return include_row def inlist(self, column_value, filter_values): - print('FILTER VALUES',filter_values) #Check if the passed in column is exactly matched against #For a filter_list of ['abc','def','ghi']; this will be true #for column_value 'abc' but not 'abcde.'