diff --git a/app/src/gen3/talent.py b/app/src/gen3/talent.py index fa3fa8e..a41e7e2 100644 --- a/app/src/gen3/talent.py +++ b/app/src/gen3/talent.py @@ -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