summaryrefslogtreecommitdiffstats
path: root/cmd/client
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/client')
-rw-r--r--cmd/client/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/client/main.go b/cmd/client/main.go
index d3bffd7..635e7ca 100644
--- a/cmd/client/main.go
+++ b/cmd/client/main.go
@@ -38,7 +38,6 @@ func main() {
log.Println("connecting to " + serverAddr + " as " + user)
c = client.NewClient(&Handler{}, serverAddr, user, "valid")
-
go prompt.Read()
if err := c.Connect(); err != nil {