author | Edouard Tisserant <edouard@beremiz.fr> |
Wed, 20 Mar 2024 11:09:24 +0100 | |
changeset 3917 | 43e7fd0cb88e |
parent 3915 | b5017dd5c049 (current diff) |
parent 3916 | 6ca1adad3f0e (diff) |
child 3918 | 9f0ef23569cb |
--- 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