removed logging
This commit is contained in:
parent
542c76c79d
commit
7cf3c34f7d
|
@ -57,10 +57,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