mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-19 06:30:59 +00:00
remove debugging print statement
This commit is contained in:
parent
2d59c189d4
commit
62596c9fe7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue