controls/DebugVariablePanel/RingBuffer.py
changeset 3917 43e7fd0cb88e
parent 3916 6ca1adad3f0e
--- 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