# HG changeset patch # User Edouard Tisserant # Date 1710929364 -3600 # Node ID 43e7fd0cb88ece2aa0279b8fe0a75f1eda3e2294 # Parent b5017dd5c04972451bb4d370e04772390b7672b0# Parent 6ca1adad3f0ecf87c6d1ff70db8e7566991058dc merge 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