remove debug
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 22 Oct 2010 23:33:59 +0000 (01:33 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 22 Oct 2010 23:33:59 +0000 (01:33 +0200)
Aleph.pm

index 971e418..3fde6be 100644 (file)
--- 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++;