Skip to content

Commit 353ce4d

Browse files
authored
Update bytes.mojo
1 parent 952d039 commit 353ce4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightbug_http/io/bytes.mojo

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ struct ByteReader[origin: Origin]:
205205
raise OutOfBoundsError
206206

207207
self.read_pos += count
208-
print(start, start + count)
209208
return self._inner[start : start + count]
210209

211210
fn read_until(mut self, char: Byte) -> ByteView[origin]:

0 commit comments

Comments
 (0)