removed a test

This commit is contained in:
claudiosmweb 2014-07-23 19:28:57 -03:00
parent 26e50b7caf
commit a3d0d5903e
1 changed files with 0 additions and 2 deletions

View File

@ -615,8 +615,6 @@ function wc_create_refund( $args = array() ) {
}
}
// error_log( print_r( new WC_Order_Refund( $refund_id ), true ) );
return new WC_Order_Refund( $refund_id );
}