summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-18 01:52:09 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-18 01:52:09 +0000
commit2d6f40c73b6ec610c43f7073bd2e12b0790387e2 (patch)
tree531cc78c0d37a19e67af10483cc6014ab9bb8fc8 /perl-install/fsedit.pm
parent38dea3d2412ecdbe2988f58b7ce7a905aff5fb10 (diff)
downloaddrakx-2d6f40c73b6ec610c43f7073bd2e12b0790387e2.tar
drakx-2d6f40c73b6ec610c43f7073bd2e12b0790387e2.tar.gz
drakx-2d6f40c73b6ec610c43f7073bd2e12b0790387e2.tar.bz2
drakx-2d6f40c73b6ec610c43f7073bd2e12b0790387e2.tar.xz
drakx-2d6f40c73b6ec610c43f7073bd2e12b0790387e2.zip
no_comment
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index ebae53669..1bca50f5c 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -140,7 +140,6 @@ sub suggest_part($$$;$) {
$part->{mntpoint} = $best->{mntpoint};
$part->{type} = $best->{type};
$part->{size} = computeSize($part, $best, $hds, $suggestions);
- print "<<<<$part->{size}, $part->{maxsize}\n";
1;
}