From 8a25848e5d29c547a5d8b14988ccd1cd4e72ba48 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Apr 2005 15:36:36 +0000 Subject: remove old debug code --- perl-install/resize_fat/any.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/resize_fat') 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; }; -- cgit v1.2.1