Remove debug print
This commit is contained in:
parent
c6515af8bf
commit
ffcbaf366e
@ -29,7 +29,6 @@ class DomainDispatcherApplication(object):
|
|||||||
for backend in BACKENDS.itervalues():
|
for backend in BACKENDS.itervalues():
|
||||||
for url_base in backend.url_bases:
|
for url_base in backend.url_bases:
|
||||||
if re.match(url_base, 'http://%s' % host):
|
if re.match(url_base, 'http://%s' % host):
|
||||||
print url_base, 'http://%s' % host
|
|
||||||
return backend
|
return backend
|
||||||
|
|
||||||
raise RuntimeError('Invalid host: "%s"' % host)
|
raise RuntimeError('Invalid host: "%s"' % host)
|
||||||
|
Loading…
Reference in New Issue
Block a user