Plugin Directory

Changeset 3255500


Ignore:
Timestamp:
03/13/2025 04:32:03 PM (13 months ago)
Author:
ryanhungate
Message:

remove debug log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mailchimp-for-woocommerce/trunk/includes/api/class-mailchimp-api.php

    r3255434 r3255500  
    25692569        curl_setopt_array( $curl, $options );
    25702570
    2571         mailchimp_log('danylo.put', 'options', [
    2572             'options' => $options,
    2573             'url'     => $url,
    2574             'body'    => $body,
    2575         ]);
    25762571        return $this->processCurlResponse( $curl );
    25772572    }
Note: See TracChangeset for help on using the changeset viewer.