From befda55262ad5f07f168f686e2fd3302cfa7754c Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Thu, 8 Oct 2015 09:40:20 -0300 Subject: [PATCH] Removed test --- includes/api/class-wc-api-taxes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/class-wc-api-taxes.php b/includes/api/class-wc-api-taxes.php index 0672d27ab74..67c6cc3ba11 100644 --- a/includes/api/class-wc-api-taxes.php +++ b/includes/api/class-wc-api-taxes.php @@ -379,7 +379,6 @@ class WC_API_Taxes extends WC_API_Resource { */ public function create_tax_class( $data ) { try { - error_log( print_r( $data, true ) ); if ( ! isset( $data['tax_class'] ) ) { throw new WC_API_Exception( 'woocommerce_api_missing_tax_class_data', sprintf( __( 'No %1$s data specified to create %1$s', 'woocommerce' ), 'tax_class' ), 400 ); }