Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Jun 2, 2021
1 parent b2233cf commit 4039592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion abs/replica_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ func (itr *walSegmentIterator) fetch() error {
}
marker = resp.NextMarker

println("dbg/wal.fetch", len(resp.Segment.BlobItems))
for _, item := range resp.Segment.BlobItems {
key := path.Base(item.Name)
index, offset, err := litestream.ParseWALSegmentPath(key)
Expand Down

0 comments on commit 4039592

Please sign in to comment.