diff --git a/Civi/Stripe/Webhook/Events.php b/Civi/Stripe/Webhook/Events.php
index 534a0db95fc3aebc7052cd550265883e3bf7f696..a0cc5f79fc999f7ab9f2094a2ee790b6913445c9 100644
--- a/Civi/Stripe/Webhook/Events.php
+++ b/Civi/Stripe/Webhook/Events.php
@@ -1010,7 +1010,6 @@ class Events {
 
     if ($amountHasChanged) {
       $subscriptionItems = $stripeData->object->items->data;
-      \Civi::log()->debug('Data: ' . print_r($stripeData,TRUE));
       $calculatedItems = $this->api->calculateItemsForSubscription($subscriptionID, $subscriptionItems);
     }