missed a debug print statement

This commit is contained in:
Adrian Cowham
2024-09-16 17:43:42 -07:00
parent 2e02ab740d
commit 387a36dd8a

View File

@@ -27,7 +27,6 @@ class AudioBufferProcessor(FrameProcessor):
self._sample_rate = None
self._assistant_audio = False
self._user_audio = False
print(f"ctor::AudioBufferProcessor object memory address: {id(self)}")
def _has_audio(self):
return (