From: Dobrica Pavlinusic Date: Fri, 22 Oct 2010 23:33:59 +0000 (+0200) Subject: remove debug X-Git-Url: http://git.rot13.org/?p=Biblio-Z3950.git;a=commitdiff_plain;h=f72451f30227b87f2f3f6e9a7615549912a7a78c remove debug --- diff --git a/Aleph.pm b/Aleph.pm index 971e418..3fde6be 100644 --- a/Aleph.pm +++ b/Aleph.pm @@ -143,8 +143,6 @@ diag "sf = ", dump(@sf); my $id = $hash->{SYS} || die "no SYS"; - - my $path = "marc/$id.$format"; open(my $out, '>:utf8', $path); @@ -153,7 +151,7 @@ diag "sf = ", dump(@sf); diag "created $path ", -s $path, " bytes"; - diag $marc->as_formatted; +# diag $marc->as_formatted; $nr++;