Removed duplicate log trace

This commit is contained in:
Fabio Manganiello 2018-12-02 23:47:49 +01:00
parent 7cd1efe2c6
commit 9421602e81
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ class WiimoteBackend(Backend):
def get_wiimote(self):
if not self._wiimote:
if self._connection_attempts <= 1:
self.logger.info('Press 1+2 on your Wiimote to pair it')
if self._bdaddr:
self._wiimote = cwiid.Wiimote(bdaddr=self._bdaddr)
else: