remove debug code
This commit is contained in:
parent
2f5dab37d2
commit
6726f56af3
1 changed files with 0 additions and 1 deletions
|
|
@ -702,7 +702,6 @@ sub getAllUsers {
|
|||
my $cache = WebGUI::Cache->new($self->session, $self->getId);
|
||||
my $value = $cache->get;
|
||||
return $value if defined $value;
|
||||
$self->session->errorHandler->warn('GROUP: non-cached lookup for '. $self->name);
|
||||
my @users = ();
|
||||
push @users,
|
||||
@{ $self->getUsers($withoutExpired) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue