File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -425,11 +425,9 @@ fn handle_outdated_pkgs(profile: &config::Profile, outdated_pkgs: &[String]) ->
425
425
426
426
// TODO(vnepogodin): make a prompt on every run here in case iteractive is on
427
427
if profile. backup && profile. backup_dir != Some ( profile. repo . clone ( ) ) {
428
- log:: debug!( "mv into backup dir '{outdated_pkg}'.." ) ;
429
428
log:: info!( "backup '{outdated_pkg_entry}'.." ) ;
430
429
handle_pkgfile_move ( outdated_pkg, profile. backup_dir . as_ref ( ) . unwrap ( ) ) ?;
431
430
} else {
432
- log:: debug!( "removing '{outdated_pkg}'.." ) ;
433
431
log:: info!( "rm '{outdated_pkg_entry}'.." ) ;
434
432
// we would rather be fail safe here and just report without *panicing*
435
433
if let Err ( rm_err) = fs:: remove_file ( outdated_pkg) {
You can’t perform that action at this time.
0 commit comments