Removed test function
This commit is contained in:
parent
d2899385a8
commit
2c0ea5b204
1 changed files with 0 additions and 8 deletions
8
main.go
8
main.go
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue