Commit a52d0beb by JonahStanley

Got rid of leftover set_trace

parent ec4547b5
......@@ -54,7 +54,6 @@ def check_url(_step, file_name):
def delete_file(_step, file_name):
index = get_index(file_name)
assert index != -1
from pdb import set_trace; set_trace()
delete_css = "a.remove-asset-button"
world.css_click(delete_css, index=index)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment