diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-27 20:31:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-27 20:31:29 +0000 |
commit | c8cc8dc7a98850ae409f975f2ff530972ea5ffc6 (patch) | |
tree | baa44f2e7454a62abb7d039e6a33c9abfce81aa5 /perl-install | |
parent | dc07385b60900197eb567d7eb94421d3e00eb639 (diff) | |
download | drakx-backup-do-not-use-c8cc8dc7a98850ae409f975f2ff530972ea5ffc6.tar drakx-backup-do-not-use-c8cc8dc7a98850ae409f975f2ff530972ea5ffc6.tar.gz drakx-backup-do-not-use-c8cc8dc7a98850ae409f975f2ff530972ea5ffc6.tar.bz2 drakx-backup-do-not-use-c8cc8dc7a98850ae409f975f2ff530972ea5ffc6.tar.xz drakx-backup-do-not-use-c8cc8dc7a98850ae409f975f2ff530972ea5ffc6.zip |
remove debugging code
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/diskdrake/removable.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/diskdrake/removable.pm b/perl-install/diskdrake/removable.pm index a73c6587b..4a863965f 100644 --- a/perl-install/diskdrake/removable.pm +++ b/perl-install/diskdrake/removable.pm @@ -9,8 +9,6 @@ use fs; sub main { my ($in, $all_hds, $raw_hd) = @_; - - $raw_hd = fsedit::mntpoint2part("/mnt/cdrom", [ fsedit::get_really_all_fstab($all_hds) ]); my %actions = my @actions = actions(); my $action; while ($action ne 'Done') { |