Got rid of leftover set_trace

This commit is contained in:
JonahStanley
2013-06-20 17:00:46 -04:00
parent ec4547b51e
commit a52d0beb41

View File

@@ -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)