remove debug code

This commit is contained in:
Colin Kuskie 2006-04-14 01:50:29 +00:00
parent 2f5dab37d2
commit 6726f56af3

View file

@ -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) },