taking out a warn

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Joshua Ferraro 2007-08-08 06:51:38 -05:00 committed by Chris Cormack
parent cdbbf1e7d8
commit a88a0d04ac

View 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