We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6435e2d commit b629b13Copy full SHA for b629b13
client/client.go
@@ -36,7 +36,6 @@ func (c *Client) DeleteStream(chrono string, stream string) error {
36
37
func (c *Client) WriteEvent(chrono string, stream string, event string) error {
38
command := "INSERT " + event + " INTO " + stream
39
- fmt.Println(command+"this is cm")
40
if response, err := c.conn.Execute(command); err != nil || response != "OK" {
41
return fmt.Errorf("write failed: %v", err)
42
}
0 commit comments