mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove debug log entry
This commit is contained in:
parent
792a1d8654
commit
b52af54c81
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ class BillingPlanPricingChangeActivated implements RequestHandler {
|
|||
|
||||
$plan_id = wc_clean( wp_unslash( $request['resource']['id'] ?? '' ) );
|
||||
if ( $plan_id && ! empty( $request['resource']['billing_cycles'] ) ) {
|
||||
$this->logger->info( 'Starting stuff...' );
|
||||
$args = array(
|
||||
// phpcs:ignore WordPress.DB.SlowDBQuery
|
||||
'meta_key' => 'ppcp_subscription_plan',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue