Skip to content

Commit b3accae

Browse files
Remove debug
1 parent 27c22a0 commit b3accae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webhook/forward.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,9 @@ func runFwd(out io.Writer, port int, token, wsURL string, activateHook func() er
103103
if err != nil {
104104
// If the error is a server disconnect (1006), retry connecting
105105
if websocket.IsCloseError(err, websocket.CloseAbnormalClosure) {
106-
fmt.Println("ABNORMAL CLOSURE")
107106
time.Sleep(5 * time.Second)
108107
continue
109108
}
110-
fmt.Println("BRUH", err)
111109
return err
112110
}
113111
}

0 commit comments

Comments
 (0)