Skip to content

Commit

Permalink
remove debugging trace
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Apr 19, 2018
1 parent 539e9af commit f717f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handler/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ func (c *wsConnection) subscribe(message *operationMessage) bool {
}()
next := c.exec.Subscription(ctx, op)
for result := next(); result != nil; result = next() {
fmt.Println(result)
c.sendData(message.ID, result)
}

Expand Down

0 comments on commit f717f93

Please sign in to comment.