Skip to content

Commit

Permalink
chore: remove debug log (dojoengine#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo authored May 26, 2024
1 parent 35ca974 commit 6ae661d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/torii/graphql/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ fn build_type_mapping(
})
.collect::<sqlx::Result<TypeMapping>>()?;

println!("{:#?}", type_mapping);

Ok(type_mapping)
}

Expand Down

0 comments on commit 6ae661d

Please sign in to comment.