mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
revert small change
This commit is contained in:
@@ -213,7 +213,6 @@ impl RemoteStorage for LocalFs {
|
||||
|
||||
async fn download(&self, from: &RemotePath) -> Result<Download, DownloadError> {
|
||||
let target_path = from.with_base(&self.storage_root);
|
||||
println!("{:?}",target_path);
|
||||
if file_exists(&target_path).map_err(DownloadError::BadInput)? {
|
||||
let source = io::BufReader::new(
|
||||
fs::OpenOptions::new()
|
||||
|
||||
Reference in New Issue
Block a user