From f72451f30227b87f2f3f6e9a7615549912a7a78c Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 23 Oct 2010 01:33:59 +0200 Subject: [PATCH] remove debug --- Aleph.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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++; -- 2.20.1