mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Remove debugging code.
This commit is contained in:
parent
882bff2d2e
commit
dbd488240c
1 changed files with 0 additions and 4 deletions
|
|
@ -52,10 +52,6 @@ pub fn manage_restoring(args: &mut Args) -> Result<()> {
|
|||
args.snapshot_id
|
||||
)
|
||||
}
|
||||
println!(
|
||||
"ID: {}, NAME: {}, Rest Point: {}",
|
||||
args.snapshot_id, args.snapshot_name, args.source_dir
|
||||
);
|
||||
if !args.snapshot_name.is_empty() && operations::restore_snapshot(args) {
|
||||
println!(
|
||||
"The snapshot with ID {} was successfully restored to {}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue