remove old debugging output
This commit is contained in:
parent
6e818b3eb3
commit
2142186d97
1 changed files with 0 additions and 1 deletions
|
|
@ -708,7 +708,6 @@ sub getIpUsers {
|
||||||
my $sth = $self->session->db->read($query, [ $self->session->datetime->time() ]);
|
my $sth = $self->session->db->read($query, [ $self->session->datetime->time() ]);
|
||||||
my %localCache = ();
|
my %localCache = ();
|
||||||
my @ipUsers = ();
|
my @ipUsers = ();
|
||||||
$self->session->errorHandler->warn("Fetching IP users");
|
|
||||||
while (my ($userId, $lastIP) = $sth->array() ) {
|
while (my ($userId, $lastIP) = $sth->array() ) {
|
||||||
if (!exists $localCache{$lastIP}) {
|
if (!exists $localCache{$lastIP}) {
|
||||||
$localCache{$lastIP} = isInSubnet($lastIP, \@filters);
|
$localCache{$lastIP} = isInSubnet($lastIP, \@filters);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue