deleted logging
This commit is contained in:
parent
5631de230d
commit
5d4c9662d9
|
@ -58,10 +58,7 @@ class TasmotaCollector(object):
|
|||
|
||||
values[label] = value
|
||||
except IndexError:
|
||||
print("Index Error")
|
||||
continue
|
||||
print(label)
|
||||
print(value)
|
||||
return values
|
||||
|
||||
def signal_handler(signal, frame):
|
||||
|
|
Loading…
Reference in New Issue