beremiz
Clone
Summary
Browse
Changes
Graph
merge
2024-03-20, Edouard Tisserant
43e7fd0cb88e
Parents
b5017dd5c049
6ca1adad3f0e
Children
9f0ef23569cb
merge
1 files changed, 0 insertions(+), 1 deletions(-)
+0
-1
controls/DebugVariablePanel/RingBuffer.py
--- a/controls/DebugVariablePanel/RingBuffer.py Mon Mar 18 18:43:41 2024 +0100
+++ b/controls/DebugVariablePanel/RingBuffer.py Wed Mar 20 11:09:24 2024 +0100
@@ -44,7 +44,6 @@
note: only when this function is called, is an O(size) performance hit incurred,
and this cost is amortized over the whole padding space
"""
- print('compacting')
self.buffer[:self.count] = self.view
self.cursor -= self.size