taking out a warn
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
cdbbf1e7d8
commit
a88a0d04ac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue