Remove some debug info messages.

This commit is contained in:
Elizabeth Murray
2025-05-02 10:24:18 -07:00
parent 9d781c6fda
commit 3e5e396c8d
2 changed files with 0 additions and 2 deletions

View File

@@ -237,7 +237,6 @@ impl ConnectionPool {
let remove = entry.active_consumers;
if new_failure {
inner.last_connect_failure = Some(Instant::now());
info!("Connection {} has failed", id);
}
if remove == 0 {
info!("Removing connection {} due to too many errors", id);

View File

@@ -145,7 +145,6 @@ impl PageserverClient {
PageserverClientError,
> {
// Print a debug message
// FIXME: calculate the shard number correctly
let shard = ShardIndex::unsharded();