Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 17, 2021
1 parent 8b25397 commit 712f577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sea-orm-codegen/src/entity/transformer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ impl EntityTransformer {
}
}
}
println!("inverse_relations: {:#?}", inverse_relations);
for (tbl_name, relations) in inverse_relations.into_iter() {
if let Some(entity) = entities.get_mut(&tbl_name) {
for relation in relations.into_iter() {
Expand Down

0 comments on commit 712f577

Please sign in to comment.