Removing a warning
authorhdl <hdl>
Tue, 17 May 2005 14:54:16 +0000 (14:54 +0000)
committerhdl <hdl>
Tue, 17 May 2005 14:54:16 +0000 (14:54 +0000)
authorities/auth_finder.pl

index 8b22651..97acdc9 100755 (executable)
@@ -157,7 +157,7 @@ if ($op eq "do_search") {
 
 $template->param(authtypesloop => \@authtypesloop,
                                authtypecode => $authtypecode);
-warn "CAT : $authtypecode";
+#warn "CAT : $authtypecode";
 
 # Print the page
 output_html_with_http_headers $query, $cookie, $template->output;