mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-05 06:04:49 +00:00
Remove console noise from logging handler init.
This commit is contained in:
parent
9dd1a85dff
commit
f02df498a2
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ class DDPHandler(logging.Handler):
|
|||
"""Logging handler that streams log events via DDP to the current client."""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
print(self.__class__, args, kwargs)
|
||||
self.logger = logging.getLogger('django.db.backends')
|
||||
self.logger.info('Test')
|
||||
super(DDPHandler, self).__init__(*args, **kwargs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue