Skip to content

Commit

Permalink
remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Feb 6, 2025
1 parent e4e08e3 commit db269dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pgdog/src/frontend/router/parser/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ impl QueryParser {
}
}

println!("shards: {:?}", shards);

// TODO: support sending inserts to multiple shards.
if shards.len() == 1 {
Ok(Command::Query(Route::write(shards.pop_last().unwrap())))
Expand Down

0 comments on commit db269dc

Please # to comment.