From: berick Date: Fri, 18 Mar 2011 16:08:20 +0000 (-0400) Subject: removed debug log message X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c6a4d492dcf6e7fc09c51ae33287b7428757d546;p=evergreen%2Fequinox.git removed debug log message --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Container.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Container.pm index 38a9755df9..38a1664656 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Container.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Container.pm @@ -31,7 +31,6 @@ sub fetch_mylist { } } - $self->apache->log->info("Found anon-cache list [@$list]"); my $marc_xml; if ($with_marc_xml) { $marc_xml = $self->fetch_marc_xml_by_id($list);