Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Apr 18, 2024
1 parent 00051c7 commit ce11b9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/torii/grpc/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ impl DojoWorld {
),
);

println!("count_query: {}", count_query);

// total count of rows that matches keys_pattern without limit and offset
let total_count =
sqlx::query_scalar(&count_query).bind(&keys_pattern).fetch_one(&self.pool).await?;
Expand Down

0 comments on commit ce11b9b

Please sign in to comment.