removed debug log message
authorberick <berick@esilibrary.com>
Fri, 18 Mar 2011 16:08:20 +0000 (12:08 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:34:21 +0000 (14:34 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Container.pm

index 38a9755..38a1664 100644 (file)
@@ -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);