diff --git a/src/twomartens/masterthesis/main.py b/src/twomartens/masterthesis/main.py index 8be2729..f0251dd 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -247,5 +247,4 @@ def _prepare(args: argparse.Namespace) -> None: if __name__ == "__main__": - gc.set_debug(gc.DEBUG_LEAK) main()