Removed test function

This commit is contained in:
Magnus Åhall 2021-12-23 09:09:53 +01:00
parent d2899385a8
commit 2c0ea5b204

View File

@ -73,14 +73,6 @@ func main() {
fmt.Printf("Fix workspaces: %s\n", err)
}
case "outputs":
res, err := session.Socket.Request(GET_OUTPUTS, "")
if err != nil {
fmt.Printf("test error: %s\n", err)
}
fmt.Printf("test: %s\n", res)
}
conn.Close()
}
}