summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-13 15:36:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-13 15:36:36 +0000
commit8a25848e5d29c547a5d8b14988ccd1cd4e72ba48 (patch)
tree68aff8b727dd7199e807a88b6248b0d578f4432f /perl-install/resize_fat
parent5cd801676f0b11f28be6f3b2991ee4d9a2533a33 (diff)
downloaddrakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar
drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar.gz
drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar.bz2
drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar.xz
drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.zip
remove old debug code
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r--perl-install/resize_fat/any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/resize_fat/any.pm b/perl-install/resize_fat/any.pm
index ccc0d4845..59ec02098 100644
--- a/perl-install/resize_fat/any.pm
+++ b/perl-install/resize_fat/any.pm
@@ -110,7 +110,6 @@ sub flag_clusters {
} else { return }
my $nb = resize_fat::c_rewritten::checkFat($cluster, $type, "$curr_dir_name/$entry->{name}");
- print "resize_fat:flag_clusters: check fat returned $nb of type $type for $curr_dir_name/$entry->{name}\n";
$nb_dirs += $nb if $type == $DIRECTORY;
0;
};