remove redundant device initialisation

This commit is contained in:
chrys 2017-09-26 22:49:15 +02:00
parent 9d561fdcc2
commit 6c92cb0db0

View File

@ -50,7 +50,6 @@ class driver():
global _evdevAvailableError
self.env['runtime']['debug'].writeDebugOut('InputDriver: ' + _evdevAvailableError,debug.debugLevel.ERROR)
return
self.updateInputDevices()
if _udevAvailable:
self.env['runtime']['processManager'].addCustomEventThread(self.plugInputDeviceWatchdogUdev)
else: