Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
staskobzar committed Apr 15, 2024
1 parent 4122746 commit 7e6f59a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ func (c *Client) login(username, password string) error {

// read login response
n, err = c.conn.Read(buf)
fmt.Printf("=== response %q\n", buf[:n])
if err != nil {
return fmt.Errorf("%w: failed to read login response: %s", ErrAMI, err)
}
Expand Down

0 comments on commit 7e6f59a

Please sign in to comment.