wacom: remove superfluous time.sleep()

Leftover from an earlier debugging process
pull/1/head
Peter Hutterer 2018-01-15 12:04:46 +10:00
parent f3a39ee57c
commit 20b78b89b7
1 changed files with 0 additions and 1 deletions

View File

@ -564,7 +564,6 @@ class WacomDevice(GObject.Object):
logger.warning("no data, please make sure the LED is blue and the button is pressed to switch it back to green")
def run(self):
time.sleep(2)
logger.debug('{}: starting'.format(self.device.address))
self.retrieve_data()