This commit is contained in:
Stefan Allius
2024-06-16 18:13:07 +02:00
parent 4372e49a1e
commit 8088e6ab3c

View File

@@ -71,7 +71,7 @@ class Talent(Message):
Our puplic methods
'''
def close(self) -> None:
logging.info('Talent.close()')
logging.debug('Talent.close()')
# we have refernces to methods of this class in self.switch
# so we have to erase self.switch, otherwise this instance can't be
# deallocated by the garbage collector ==> we get a memory leak