Skip to content

Commit

Permalink
Update: concept_usefulness_filter.py: don't do debug print of input
Browse files Browse the repository at this point in the history
  • Loading branch information
patham9 committed Oct 23, 2021
1 parent 094926e commit 0b764f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion concept_usefulness_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
started = True
if not started:
continue
print(line)
if line.startswith("*"):
print(line, end='')
continue
Expand Down

0 comments on commit 0b764f7

Please sign in to comment.