Skip to content

Commit

Permalink
chore: remove internal log message
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jul 1, 2023
1 parent 75d5c04 commit 817139f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,8 @@ func _webSocketHandler(ws *websocket.Conn) {
for range reloadCh[currIndex] {
err := websocket.Message.Send(ws, "reload")
if err != nil {
log.Printf("Error sending message: %s", err.Error())
// For debug only
// log.Printf("Error sending message: %s", err.Error())
break
}
onDebug(func() {
Expand Down

0 comments on commit 817139f

Please sign in to comment.