mirror of
https://github.com/Xevion/go-ha.git
synced 2026-01-31 06:24:27 -06:00
remove log statements
This commit is contained in:
@@ -25,7 +25,6 @@ func (ib InputDatetime) Set(entityId string, value time.Time) {
|
||||
req.ServiceData = map[string]any{
|
||||
"timestamp": fmt.Sprint(value.Unix()),
|
||||
}
|
||||
fmt.Println(req)
|
||||
|
||||
ws.WriteMessage(req, ib.conn, ib.ctx) // TODO: this ain't working for some reason
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user