Standardize logs

This commit is contained in:
Owen Schwartz
2024-11-23 17:34:58 -05:00
parent 4df89c208b
commit f48502dd08
5 changed files with 219 additions and 45 deletions

View File

@@ -4,7 +4,6 @@ import (
"bytes"
"encoding/json"
"fmt"
"log"
"net/http"
"net/url"
"sync"
@@ -137,7 +136,6 @@ func (c *Client) readPump() {
var msg WSMessage
err := c.conn.ReadJSON(&msg)
if err != nil {
log.Printf("read error: %v", err)
return
}