Remove extraneous debug
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 17 May 2021 05:19:29 +0000 (17:19 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 17 May 2021 05:19:29 +0000 (17:19 +1200)
We added this a while back when we were getting reports of an error that
we couldn't track down. We never got feedback of these lines appearing in the
logs and the error appears to be otherwise solved so
I think the debug adds more confusion & has not proven helpful

CRM/Core/Payment/PayPalIPN.php

index c0826c72b413f6b0303df389a6abc9e3f334de22..29d758752782a2e06a4dc3f9218788a504ef9036 100644 (file)
@@ -267,15 +267,6 @@ class CRM_Core_Payment_PayPalIPN extends CRM_Core_Payment_BaseIPN {
           Civi::log()->debug('PayPalIPN: Will attempt to compensate');
           $input['membership_id'] = $this->retrieve('membershipID', 'Integer', FALSE);
         }
-        if ($this->getContributionRecurID()) {
-          $recurLinks = civicrm_api3('ContributionRecur', 'get', [
-            'membership_id' => $membershipID,
-            'contribution_recur_id' => $this->getContributionRecurID(),
-          ]);
-          Civi::log()->debug('PayPalIPN: Membership should be  linked to  contribution recur  record ' . $this->getContributionRecurID()
-            . ' ' . $recurLinks['count'] . 'links found'
-          );
-        }
       }
       $contribution = $this->getContribution();