remove debugging print statement

This commit is contained in:
Stephen Birch 2016-04-17 09:23:20 -07:00
parent 2d59c189d4
commit 62596c9fe7

View file

@ -111,7 +111,6 @@ class DDPLauncher(object):
if hasattr(settings, 'WSGI_APPLICATION'):
self.wsgi_name = settings.WSGI_APPLICATION
try:
print("-----------------------------------------------")
self.wsgi_app = import_string(self.wsgi_name)
except (ImportError, AttributeError):
pass