remove debug print

This commit is contained in:
2025-10-03 09:01:41 -04:00
parent d78b82c9e3
commit 3b85d58a10

View File

@@ -34,8 +34,6 @@ class ECGWaveTableSynthesizer(AECGSynthesizer):
self._calibrate() self._calibrate()
print("inside samples", hex(id(self)))
while idx < self.wavelength: while idx < self.wavelength:
phase = self.phase phase = self.phase
floor = np.floor(phase) floor = np.floor(phase)