Removed last parts of memory profiling

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-05-10 12:51:34 +02:00
parent bf39d00693
commit 50fd116bc7

View File

@ -254,6 +254,4 @@ def _prepare(args: argparse.Namespace) -> None:
if __name__ == "__main__": if __name__ == "__main__":
import gc
gc.set_debug(gc.DEBUG_LEAK | gc.DEBUG_STATS)
main() main()