remove debug print
This commit is contained in:
@@ -34,8 +34,6 @@ class ECGWaveTableSynthesizer(AECGSynthesizer):
|
||||
|
||||
self._calibrate()
|
||||
|
||||
print("inside samples", hex(id(self)))
|
||||
|
||||
while idx < self.wavelength:
|
||||
phase = self.phase
|
||||
floor = np.floor(phase)
|
||||
|
||||
Reference in New Issue
Block a user