Skip to content
Snippets Groups Projects
Commit 6b6f47ed authored by mattwire's avatar mattwire
Browse files

Remove debug

parent d5994501
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment