Skip to content

Commit

Permalink
fix(fixuid): Remove print scrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 21, 2020
1 parent a3232fa commit dad030f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddb/feature/fixuid/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ def _has_comment(keywords: Iterable[str], lines: Iterable[str]):
for line in lines:
for pattern in patterns:
if re.match(pattern, line):
print(pattern)
print(line)
return True
return False

Expand Down

0 comments on commit dad030f

Please sign in to comment.