# HG changeset patch # User Edouard Tisserant # Date 1710492150 -3600 # Node ID 6ca1adad3f0ecf87c6d1ff70db8e7566991058dc # Parent b2aa31f3a0cee8dd2e2f27a0b7eea1758619e4a2 Removed forgotten debug print. diff -r b2aa31f3a0ce -r 6ca1adad3f0e controls/DebugVariablePanel/RingBuffer.py --- a/controls/DebugVariablePanel/RingBuffer.py Fri Mar 15 09:20:11 2024 +0100 +++ b/controls/DebugVariablePanel/RingBuffer.py Fri Mar 15 09:42:30 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