From a88a0d04ac89b5dbc70b7cba242d15c591d17d17 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Wed, 8 Aug 2007 06:51:38 -0500 Subject: [PATCH] taking out a warn Signed-off-by: Chris Cormack --- C4/Auth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index da70939d10..b6ee706ddb 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -340,7 +340,7 @@ has authenticated. sub checkauth { my $query = shift; - + # warn "Checking Auth"; # $authnotrequired will be set for scripts which will run without authentication my $authnotrequired = shift; my $flagsrequired = shift; @@ -425,7 +425,7 @@ sub checkauth { close L; } if ($userid) { - warn "here $userid"; + # warn "here $userid"; if ( $lasttime < time() - $timeout ) { # timed logout -- 2.39.2