mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
remove debug log
This commit is contained in:
committed by
Dmitry Rodionov
parent
9430abae05
commit
beaa991f81
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user