remote debug output
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 10 Dec 2013 00:07:28 +0000 (01:07 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 10 Dec 2013 00:07:28 +0000 (01:07 +0100)
html.pl

diff --git a/html.pl b/html.pl
index 7cd3dcf..32fa173 100755 (executable)
--- a/html.pl
+++ b/html.pl
@@ -75,7 +75,7 @@ while( my $row = $sth_auth->fetchrow_hashref ) {
                push @{ $skip->{no_academic_group} }, $row;
        }
 
-       warn "# ", dump( $row );
+#      warn "# ", dump( $row );
        push @{ $auth_department->{ $row->{department} } }, $row->{authid};
        push @authors, $row;
        $department_in_sum->{ $row->{department} }++;