Skip to content

Commit 250f075

Browse files
committed
Fixing pane marking
1 parent 7abb128 commit 250f075

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

peers/buffer.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package peers
22

33
import (
4-
"fmt"
54
"sync"
65
)
76

@@ -58,7 +57,6 @@ func (buffer *Buffer) GetSinceMarker(id int) []byte {
5857
buffer.m.Lock()
5958
if id == -1 || buffer.markers[id] == -1 {
6059
// the case when the marker is lost in history, send all the buffer
61-
fmt.Printf("marker %d is lost in history, sending all the buffer", id)
6260
start = buffer.end
6361
if start == 0 {
6462
end = buffer.size

0 commit comments

Comments
 (0)