diff --git a/moto/server.py b/moto/server.py index d35cbae98..6209d12c3 100644 --- a/moto/server.py +++ b/moto/server.py @@ -29,7 +29,6 @@ class DomainDispatcherApplication(object): for backend in BACKENDS.itervalues(): for url_base in backend.url_bases: if re.match(url_base, 'http://%s' % host): - print url_base, 'http://%s' % host return backend raise RuntimeError('Invalid host: "%s"' % host)