From 5cf184bf69deb2a958ad74e5f574832278925f58 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 27 Jan 2011 11:47:45 -0500 Subject: [PATCH] ctx.responses was for debugging; don't need it --- Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm index fe1e0e547f..eecc750a88 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm @@ -716,7 +716,6 @@ sub load_myopac_fines { } ); - $ctx->{"responses"} = 0; while(my $resp = $req->recv) { my $mobts = $resp->content; my $circ = $mobts->circulation; @@ -727,7 +726,6 @@ sub load_myopac_fines { $last_billing = pop(@billings); } - $ctx->{"responses"}++; push( @{$ctx->{"fines"}->{$mobts->grocery ? "grocery" : "circulation"}}, { -- 2.11.0