Commit e186ad07 authored by oroulet's avatar oroulet

remove debug warning

parent 82567c19
......@@ -103,8 +103,6 @@ class Subscription:
await self._call_status(notif)
else:
self.logger.warning("Notification type not supported yet for notification %s", notif)
else:
self.logger.warning("NotificationMessage is None.")
async def delete(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment