fix: remove dbg statement
This commit is contained in:
@@ -170,7 +170,7 @@ impl ModelPart {
|
|||||||
let node = client.scenegraph.add_node(Node::create(
|
let node = client.scenegraph.add_node(Node::create(
|
||||||
&client,
|
&client,
|
||||||
stardust_model_part.get_path(),
|
stardust_model_part.get_path(),
|
||||||
dbg!(part_path.to_str()?),
|
part_path.to_str()?,
|
||||||
false,
|
false,
|
||||||
));
|
));
|
||||||
let spatial_parent = parent_node
|
let spatial_parent = parent_node
|
||||||
|
|||||||
Reference in New Issue
Block a user