From beaa991f811775c863da273e7904769018a746f3 Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Fri, 5 Aug 2022 13:05:02 +0300 Subject: [PATCH] remove debug log --- pageserver/src/storage_sync/download.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pageserver/src/storage_sync/download.rs b/pageserver/src/storage_sync/download.rs index 441d5e563e..f714888d9a 100644 --- a/pageserver/src/storage_sync/download.rs +++ b/pageserver/src/storage_sync/download.rs @@ -202,8 +202,6 @@ where }) .map_err(DownloadError::BadInput)?; - warn!("part_storage_path {:?}", part_storage_path); - let mut index_part_download = storage.download(&part_storage_path).await?; let mut index_part_bytes = Vec::new();