From 50fd116bc7102b81de1d7916eb519df0799fffed Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 10 May 2019 12:51:34 +0200 Subject: [PATCH] Removed last parts of memory profiling Signed-off-by: Jim Martens --- src/twomartens/masterthesis/main.py | 2 -- 1 file changed, 2 deletions(-) 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()