diff -r b5017dd5c049 -r 43e7fd0cb88e 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