remove print

This commit is contained in:
Nitwel 2024-05-01 19:12:17 +02:00
parent 0b280cd5a5
commit a4abfb6afb

View File

@ -53,8 +53,6 @@ func set_state(stateInfo):
if stateInfo == null:
return
print("stateInfo: ", stateInfo)
var state = stateInfo["state"]
var attributes = stateInfo["attributes"]