Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/local/mountset.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/local/mountset.py')
-rw-r--r--sugar_network/local/mountset.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sugar_network/local/mountset.py b/sugar_network/local/mountset.py
index c8a3337..ac81e5d 100644
--- a/sugar_network/local/mountset.py
+++ b/sugar_network/local/mountset.py
@@ -142,8 +142,6 @@ class Mountset(dict, ad.CommandsProcessor, Commands, SyncCommands):
del self._subscriptions[callback]
def publish(self, event):
- _logger.debug('Publish event: %r', event)
-
for callback, condition in self._subscriptions.items():
for key, value in condition.items():
if event.get(key) != value: