ctx.responses was for debugging; don't need it
authorsenator <lebbeous@esilibrary.com>
Thu, 27 Jan 2011 16:47:45 +0000 (11:47 -0500)
committersenator <lebbeous@esilibrary.com>
Thu, 27 Jan 2011 16:47:45 +0000 (11:47 -0500)
Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm

index fe1e0e5..eecc750 100644 (file)
@@ -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"}},
             {