Skip to content

Commit

Permalink
Remove debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeeky committed Sep 12, 2016
1 parent decc4dc commit c3b44f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tomcatWarDeployer.py
Expand Up @@ -528,8 +528,6 @@ def deployApplication(browser, url, appname, warpath, modify_action=False):
else:
action_url = url[:url.find('/', url.find('://') + 3)] in action

print('DEBUG1: action:(%s), url:(%s), action_url:(%s), action_function:(%s)' % (action, url, action_url, action_function))

if action_url and action_function:
browser.form = form
if modify_action:
Expand Down

0 comments on commit c3b44f1

Please sign in to comment.