Commit f4e1be1
committed
Remove sample time checks.
We are iterating over the filtered samples, which were already constrained
to the zoomed range. Checking the time again might be useful to handle
error cases where samples not sorted by time and the range filtering didn't
work properly, but I don't think that's useful either; _accumulateInBuffer
will make sure to never write outside of its bounds.1 parent 05cafa0 commit f4e1be1
File tree
1 file changed
+1
-5
lines changed1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
| 315 | + | |
320 | 316 | | |
321 | 317 | | |
322 | 318 | | |
| |||
0 commit comments