taking out a warn
authorJoshua Ferraro <jmf@liblime.com>
Wed, 8 Aug 2007 11:51:38 +0000 (06:51 -0500)
committerChris Cormack <crc@liblime.com>
Tue, 7 Aug 2007 18:54:27 +0000 (13:54 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
C4/Auth.pm

index da70939..b6ee706 100644 (file)
@@ -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