diff --git a/src/twomartens/masterthesis/main.py b/src/twomartens/masterthesis/main.py index 3f7a47b..549a6ad 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -254,6 +254,4 @@ def _prepare(args: argparse.Namespace) -> None: if __name__ == "__main__": - import gc - gc.set_debug(gc.DEBUG_LEAK | gc.DEBUG_STATS) main()