Skip to content

Commit

Permalink
chore(jans-cedarling): remove testing println!
Browse files Browse the repository at this point in the history
Signed-off-by: rmarinn <[email protected]>
  • Loading branch information
rmarinn committed Jan 5, 2025
1 parent b06c809 commit 3e0a57a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ impl EntityBuilder {
None => return Ok(entity_attrs),
};

println!("{:#?}", src);
for (attr_name, attr) in shape.attrs.iter() {
let val = match src.get(attr_name) {
Some(val) => val,
Expand Down

0 comments on commit 3e0a57a

Please sign in to comment.