summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-28 13:10:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-28 13:10:36 +0000
commit6bd6d9750078047ed4df33564ace48d1cb3c32a9 (patch)
treeb2aafe3baa72d076a6c57c87c31c78ba648d14bd /perl-install/resize_fat
parenta7544614ba95602c1ec7926d45975ef1ae479dfb (diff)
downloaddrakx-6bd6d9750078047ed4df33564ace48d1cb3c32a9.tar
drakx-6bd6d9750078047ed4df33564ace48d1cb3c32a9.tar.gz
drakx-6bd6d9750078047ed4df33564ace48d1cb3c32a9.tar.bz2
drakx-6bd6d9750078047ed4df33564ace48d1cb3c32a9.tar.xz
drakx-6bd6d9750078047ed4df33564ace48d1cb3c32a9.zip
remove debug code
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r--perl-install/resize_fat/io.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/resize_fat/io.pm b/perl-install/resize_fat/io.pm
index bd7d32263..4f769eb11 100644
--- a/perl-install/resize_fat/io.pm
+++ b/perl-install/resize_fat/io.pm
@@ -11,7 +11,6 @@ use c;
sub read($$$) {
my ($fs, $pos, $size) = @_;
- print "reading $size bytes at $pos\n";
my $buf = "\0" x $size;
sysseek $fs->{fd}, $pos, 0 or die "seeking to byte #$pos failed on device $fs->{fs_name}";
sysread $fs->{fd}, $buf, $size or die "reading at byte #$pos failed on device $fs->{fs_name}";