diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-13 15:36:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-13 15:36:36 +0000 |
commit | 8a25848e5d29c547a5d8b14988ccd1cd4e72ba48 (patch) | |
tree | 68aff8b727dd7199e807a88b6248b0d578f4432f | |
parent | 5cd801676f0b11f28be6f3b2991ee4d9a2533a33 (diff) | |
download | drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar.gz drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar.bz2 drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.tar.xz drakx-8a25848e5d29c547a5d8b14988ccd1cd4e72ba48.zip |
remove old debug code
-rw-r--r-- | perl-install/resize_fat/any.pm | 1 |
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; }; |