fix: remove ununsed return statements in keyhandler()
This commit is contained in:
parent
bbc9977f1c
commit
4f9bd664a3
2 changed files with 1 additions and 6 deletions
|
@ -9,7 +9,6 @@ import (
|
|||
|
||||
func sendClientCommand(conn *websocket.Conn, msg GoTomato.ClientCommand) {
|
||||
messageBytes, err := json.Marshal(msg)
|
||||
|
||||
if err != nil {
|
||||
log.Error("Error marshalling!", "reason", err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue