aboutsummaryrefslogtreecommitdiff
path: root/hbak/src
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-02-14 23:50:37 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-02-14 23:50:37 +0100
commitf84a1941363a21b86a4d30c27287a8feae7036b9 (patch)
treea828e363696772ed04417d18da94a715ef47b182 /hbak/src
parenta3ec5e1390a3a8edf7a7e3d7c626261388d5c1c2 (diff)
Revert "debug: hbak: print remote sync info"
This reverts commit a3ec5e1390a3a8edf7a7e3d7c626261388d5c1c2.
Diffstat (limited to 'hbak/src')
-rw-r--r--hbak/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/hbak/src/main.rs b/hbak/src/main.rs
index 7a9540f..ce22b56 100644
--- a/hbak/src/main.rs
+++ b/hbak/src/main.rs
@@ -375,8 +375,6 @@ fn sync(
let (stream_conn, remote_sync_info) = stream_conn.meta_sync(local_sync_info)?;
- println!("[dbg] {:?}", remote_sync_info);
-
let mut tx = Vec::new();
for (volume, latest_snapshots) in remote_sync_info
.volumes