remove failing stop() implementation on destructor

This commit is contained in:
Jakob Ketterl 2021-01-17 18:11:10 +01:00
parent a0eeea8fe3
commit e917b920c8
1 changed files with 0 additions and 3 deletions

View File

@ -885,6 +885,3 @@ class dsp(object):
return
self.stop()
self.start()
def __del__(self):
self.stop()