remove unneded function

This commit is contained in:
chrys87 2018-06-28 09:50:29 +02:00 committed by GitHub
parent 4fdb3a5b61
commit cc7caf4ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,9 +84,6 @@ class driver(inputDriver):
if validDevices:
eventQueue.put({"Type":fenrirEventType.PlugInputDevice,"Data":validDevices})
return time.time()
def plugInputDeviceWatchdogTimer(self, active):
time.sleep(10)
return None
def inputWatchdog(self,active , eventQueue):
try: