Skip to content

Commit 422a5ad

Browse files
committed
remove debug print
1 parent a5d4b62 commit 422a5ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package eventsource
33
import (
44
"context"
55
"io"
6-
"log"
76
"net/http"
87
"sync"
98
"time"
@@ -131,7 +130,6 @@ func (c *Client) run() {
131130
// flusher amortizes flushing costs for high activity SSE channels
132131
func (c *Client) flush() {
133132
c.lock.Lock()
134-
log.Println("flushing!")
135133
defer c.lock.Unlock()
136134
if c.closed {
137135
return

0 commit comments

Comments
 (0)