ble: disable a debug message

Now that we got the basics running and reliable, this debug message is mostly
just noise, especially when in an office with lots of bluetooth devices
around. Comment it out, to be enabled when necessary.
pull/94/head
Peter Hutterer 2018-02-16 10:18:27 +10:00
parent 17dc80bea3
commit 9fbfe17e13
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class BlueZDeviceManager(GObject.Object):
def _on_device_updated(self, device):
'''Callback for Device's properties-changed'''
logger.debug(f'Object updated: {device.name}')
# logger.debug(f'Object updated: {device.name}')
self.emit('device-updated', device)