Remove debug log entry

This commit is contained in:
Emili Castells Guasch 2023-10-18 11:26:17 +02:00
parent 792a1d8654
commit b52af54c81

View file

@ -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',