Skip to content

Commit

Permalink
cleanup: cleanup leftover log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FGoessler committed Jan 9, 2025
1 parent 0473645 commit 63e697e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ async fn generate_updates(
limit: Option<i64>,
ctx: &Context<'_>,
) -> crate::Result<Vec<Query<'static>>> {
println!(">>>> DBFlo A {:?}", record_filter.selectors);
if record_filter.has_selectors() {
let (updates, _) =
update_many_from_ids_and_filter(conn, model, record_filter, args, selected_fields, limit, ctx).await?;
Expand Down

0 comments on commit 63e697e

Please sign in to comment.