tests: remove debugging print

This commit is contained in:
Benjamin Dauvergne 2018-11-07 13:42:11 +01:00
parent 1e392e0ba9
commit 7283ba180a
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class BaseMock(object):
if hasattr(value, 'path'):
value = getattr(self, attribute)
match_decorator = urlmatch(netloc=self.netloc, path=value.path)
print value, self.netloc, '^/rest' + value.path
endpoints.append(match_decorator(value))
return HTTMock(*endpoints)