Skip to content

Commit c2b0c09

Browse files
committed
bug fix
1 parent bf3ddf0 commit c2b0c09

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ac_dc/filtering.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,6 @@ def compute_badwords_ratio(
564564
) / len(words)
565565
if badwords_ratio > 1.0:
566566
badwords_ratio = 1.0
567-
for word in augmentation:
568-
if word in badwords:
569-
print(word)
570567
return badwords_ratio
571568

572569
@staticmethod

0 commit comments

Comments
 (0)