Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe committed Feb 19, 2023
1 parent b782024 commit 6be2700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inputremapper/gui/components/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ def match_filter(self, value: str):
if self._filter_value == "":
return True

print(f"matching filter: {self._filter_value} with value: {value}")

if self._case_sensitive:
return self._filter_value in value
else:
Expand Down

0 comments on commit 6be2700

Please sign in to comment.