optimize Reports->Customers->List Customers, RT#20173
[freeside.git] / FS / FS / access_user.pm
index 761f592..3bc2be3 100644 (file)
@@ -755,7 +755,6 @@ sub sched_item {
 sub locale {
   my $self = shift;
   return $self->{_locale} if exists($self->{_locale});
-warn "access_user->locale called\n";
   $self->{_locale} = $self->option('locale');
 }