From 8088e6ab3ca961702b0887658dd776f62528d5c3 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 16 Jun 2024 18:13:07 +0200 Subject: [PATCH] cleanup --- app/src/gen3/talent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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