Removed last parts of memory profiling
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user