mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 14:37:09 +00:00
remove debugging
This commit is contained in:
parent
6ad9ddbf19
commit
d0c3d2efea
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue