Skip to content

Commit

Permalink
Update filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Dec 2, 2020
1 parent 9038caa commit 4739be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion revitron/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def byRegex(self, paramName, regex, invert = False):
if value:
if re.search(regex, value, re.IGNORECASE):
passed.append(element)
print(value)
else:
failed.append(element)

Expand Down

0 comments on commit 4739be0

Please sign in to comment.