Skip to content

Commit

Permalink
remove debug statements lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Aug 29, 2021
1 parent c34d4ad commit 6222906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uru/uru.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@ def main():
continue
pattern = create_pattern(path)
if matches_patterns(path):
print(path, 'matches_patterns')
continue
if '\\d+' in pattern and not pattern_exists(pattern):
print(path, 'create_pattern', pattern)
patterns_seen.append(pattern)
if path not in urlmap[host]:
urlmap[host][path] = [params] if params else []
Expand Down

0 comments on commit 6222906

Please sign in to comment.