mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
remove debugging
This commit is contained in:
parent
6ad9ddbf19
commit
d0c3d2efea
|
|
@ -22,7 +22,6 @@ class ProfileNameMapper(ActiveListTransformation):
|
|||
|
||||
def unmonitor(self, member):
|
||||
affected = [sub for sub in self.subscriptions if sub.subscriptee is member]
|
||||
logger.debug("removing %i affected subs", len(affected))
|
||||
for sub in affected:
|
||||
sub.cancel()
|
||||
self.subscriptions.remove(sub)
|
||||
|
|
@ -40,7 +39,6 @@ class ProfileMapper(ActiveListTransformation):
|
|||
|
||||
def unmonitor(self, member):
|
||||
affected = [sub for sub in self.subscriptions if sub.subscriptee is member]
|
||||
logger.debug("removing %i affected subs", len(affected))
|
||||
for sub in affected:
|
||||
sub.cancel()
|
||||
self.subscriptions.remove(sub)
|
||||
|
|
|
|||
Loading…
Reference in a new issue