Remove debugging code.

This commit is contained in:
Edu4rdSHL 2021-04-15 21:15:39 -05:00
parent 882bff2d2e
commit dbd488240c
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5

View file

@ -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 {}",