Skip to content

Commit

Permalink
Remove superfluous debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Oct 6, 2024
1 parent 1b1dd25 commit d158194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/framework/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ def check_args(job_args, passed_args=None, msgstrs=None, try_opts='', tweaked_eb
assertmsg = "Info log msg with creating job for --job (job_msg: %s, outtxt: %s)" % (job_msg, outtxt)
for msgstr in msgstrs:
job_msg = r"INFO creating job for ec: %s using %s\n" % msgstr
print(job_msg)
self.assertTrue(re.search(job_msg, outtxt), assertmsg)

# options passed are reordered, so order here matters to make tests pass
Expand Down

0 comments on commit d158194

Please sign in to comment.