Skip to content

Commit

Permalink
fix: Delete useless debugging output code
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Oct 25, 2024
1 parent 3079480 commit 65e7c7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/standalone/tools/convert_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65e7c7d

Please sign in to comment.