From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Fri, 12 Feb 2010 17:03:38 +0000 (+0000) Subject: Remove unneeded debugging cruft. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ad587baaf026c3ea3dba3bfd3f642d734ed1613;p=evergreen%2Fpines.git Remove unneeded debugging cruft. git-svn-id: svn://svn.open-ils.org/ILS/trunk@15522 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm index 4dc8cc70c6..d7c5fde7da 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm @@ -362,9 +362,6 @@ sub lineitem_search_by_attributes { } $query->{"where"} = $where; - use Data::Dumper; - $Data::Dumper::Indent = 0; - $logger->info("XXX LFW " . Dumper($query)); my $lis = $e->json_query($query); for my $li_id_obj (@$lis) {