Skip to content

Commit

Permalink
Temporarily disable entropy tokens
Browse files Browse the repository at this point in the history
- Temporarily disable entropy tokens since they are too resource intensive at the moment
  • Loading branch information
dcarlson-gs committed Mar 26, 2024
1 parent fd68fd5 commit b330b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def should_filter_match(this, match):
if search_regex(_PATH_REGEX, capture):
return True

# print(capture, match.file_name)
print(capture, match.file_name)

return False

Expand Down

0 comments on commit b330b51

Please sign in to comment.