From 9421602e81f185427d71b58099f7bc77eea5f85e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 2 Dec 2018 23:47:49 +0100 Subject: [PATCH] Removed duplicate log trace --- platypush/backend/wiimote.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/platypush/backend/wiimote.py b/platypush/backend/wiimote.py index 0eaffdafb..31a7cd58e 100644 --- a/platypush/backend/wiimote.py +++ b/platypush/backend/wiimote.py @@ -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: