summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-11 00:39:24 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-11 00:39:24 +0000
commit5b1df9f40a92305e9686794d5a93dde8cd873396 (patch)
tree748e85863d691eb868efe4019c848999c51ca320
parent34581c1dca08ea8b254870219f41efab26a387d3 (diff)
downloaddrakx-backup-do-not-use-5b1df9f40a92305e9686794d5a93dde8cd873396.tar
drakx-backup-do-not-use-5b1df9f40a92305e9686794d5a93dde8cd873396.tar.gz
drakx-backup-do-not-use-5b1df9f40a92305e9686794d5a93dde8cd873396.tar.bz2
drakx-backup-do-not-use-5b1df9f40a92305e9686794d5a93dde8cd873396.tar.xz
drakx-backup-do-not-use-5b1df9f40a92305e9686794d5a93dde8cd873396.zip
(type_names) kill debug print
-rw-r--r--perl-install/fs/type.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index fe5468806..12db643bc 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -188,7 +188,6 @@ sub type_names {
push @l, grep { $_ ne 'Encrypted' } @{$type_names{non_fs_type}};
push @l, sort @{$type_names{other}} if $expert;
if ($o_hd && !$o_hd->use_pt_type) {
- warn "$_ => $type_name2fs_type{$_}\n" foreach @l;
@l = grep { $type_name2fs_type{$_} } @l;
@l = uniq_ { $type_name2fs_type{$_[0]} } @l;
(@l, @{$type_names{non_fs_type}});