fix: remove dbg statement

This commit is contained in:
Nova
2023-05-10 19:02:09 -04:00
parent 54ad2667c3
commit 2a145de758

View File

@@ -170,7 +170,7 @@ impl ModelPart {
let node = client.scenegraph.add_node(Node::create(
&client,
stardust_model_part.get_path(),
dbg!(part_path.to_str()?),
part_path.to_str()?,
false,
));
let spatial_parent = parent_node