From 65e7c7d5f532163d93171d3d20e0a1411cae409a Mon Sep 17 00:00:00 2001 From: fan-ziqi Date: Fri, 25 Oct 2024 19:55:10 +0800 Subject: [PATCH] fix: Delete useless debugging output code --- source/standalone/tools/convert_mesh.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/standalone/tools/convert_mesh.py b/source/standalone/tools/convert_mesh.py index 5cebf53d7f..5a88061067 100644 --- a/source/standalone/tools/convert_mesh.py +++ b/source/standalone/tools/convert_mesh.py @@ -106,10 +106,6 @@ def main(): if not os.path.isabs(dest_path): dest_path = os.path.abspath(dest_path) - print(dest_path) - print(os.path.dirname(dest_path)) - print(os.path.basename(dest_path)) - # Mass properties if args_cli.mass is not None: mass_props = schemas_cfg.MassPropertiesCfg(mass=args_cli.mass)