cleanup, but sub still does not work
[svn42.git] / go / door_client_zmq / main.go
index f63a0ee..a49fb88 100644 (file)
@@ -80,9 +80,7 @@ func main() {
                     default:
                         ignore_next = true
                         cmd_chans.Out() <- input
-                        log.Print("input sent")
                         reply := <- cmd_chans.In()
-                        log.Print("reply received")
                         fmt.Println(ByteArrayToString(reply))
                 }
             } else {