From c8cc8dc7a98850ae409f975f2ff530972ea5ffc6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 27 Jan 2002 20:31:29 +0000 Subject: remove debugging code --- perl-install/diskdrake/removable.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') 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') { -- cgit v1.2.1