From 6726f56af338a33f1de706d0dff995cffa5a1432 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 14 Apr 2006 01:50:29 +0000 Subject: [PATCH] remove debug code --- lib/WebGUI/Group.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index 37d15c690..bf2c3ca84 100755 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -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) },