1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

remove unnecessary print statements

This commit is contained in:
MintForever
2021-03-30 21:38:19 -04:00
parent 2ef1905ce5
commit 211abc5a67

View File

@@ -203,8 +203,6 @@ def test_command_line_attack(name, command, sample_output_file):
if DEBUG and not re.match(desired_re, stdout, flags=re.S):
pdb.set_trace()
print("??????????desired_re", desired_re)
print("??????????desired_re", stdout)
assert re.match(desired_re, stdout, flags=re.S)