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:
@@ -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):
|
if DEBUG and not re.match(desired_re, stdout, flags=re.S):
|
||||||
pdb.set_trace()
|
pdb.set_trace()
|
||||||
print("??????????desired_re", desired_re)
|
|
||||||
print("??????????desired_re", stdout)
|
|
||||||
|
|
||||||
assert re.match(desired_re, stdout, flags=re.S)
|
assert re.match(desired_re, stdout, flags=re.S)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user