wacom: remove superfluous time.sleep()
Leftover from an earlier debugging process
This commit is contained in:
parent
f3a39ee57c
commit
20b78b89b7
|
@ -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")
|
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):
|
def run(self):
|
||||||
time.sleep(2)
|
|
||||||
logger.debug('{}: starting'.format(self.device.address))
|
logger.debug('{}: starting'.format(self.device.address))
|
||||||
self.retrieve_data()
|
self.retrieve_data()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue