Skip to content

Commit

Permalink
Remove debugging and stray tool dependency definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx committed Feb 18, 2016
1 parent fa3c19e commit ee1f76e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/tool_shed/base/twilltestcase.py
Expand Up @@ -686,7 +686,6 @@ def get_or_create_repository( self, owner=None, strings_displayed=None, strings_
strings_not_displayed = []
repository = test_db_util.get_repository_by_name_and_owner( kwd[ 'name' ], owner )
if repository is None:
log.debug( kwd )
self.visit_url( '/repository/create_repository' )
self.submit_form( 1, 'create_repository_button', **kwd )
self.check_for_strings( strings_displayed, strings_not_displayed )
Expand Down
1 change: 0 additions & 1 deletion test/tool_shed/test_data/tool_dependencies.xml

This file was deleted.

0 comments on commit ee1f76e

Please sign in to comment.