Skip to content

Commit

Permalink
Remove filters print (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicompte authored Oct 11, 2022
1 parent 6a80a35 commit 229e929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion derive/src/root_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub fn root_query_fn(
) -> PaginatedResult<#path::Model> {
use sea_orm::prelude::*;

println!("filters: {:?}", filters);
let db: &crate::DatabaseConnection = ctx.data::<crate::DatabaseConnection>().unwrap();
let stmt = #path::Entity::find()
.filter(#path::filter_recursive(filters));
Expand Down

0 comments on commit 229e929

Please sign in to comment.