From 3adf376ae5712598325702e49ed09caecea0596f Mon Sep 17 00:00:00 2001 From: hdl Date: Tue, 17 May 2005 14:54:16 +0000 Subject: [PATCH] Removing a warning --- authorities/auth_finder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl index 8b22651373..97acdc9038 100755 --- a/authorities/auth_finder.pl +++ b/authorities/auth_finder.pl @@ -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; -- 2.20.1