Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jan 10, 2025
1 parent 928f90c commit 5c74ad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/torii/sqlite/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ pub async fn fetch_entities(
query += &format!(" OFFSET {}", offset);
}

println!("{}", query);
// Execute main query
let mut stmt = sqlx::query(&query);
for value in &bind_values {
Expand Down

0 comments on commit 5c74ad2

Please sign in to comment.