Remove unused variable

This commit is contained in:
claudiulodro 2017-04-19 10:00:00 -07:00
parent be96e8c8a1
commit c3331ff416
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ class WC_Post_Data {
if ( $variation_id ) {
$product_id = $variation_id;
}
$product = wc_get_product( $product_id );
$data_store = WC_Data_Store::load( 'customer-download' );
if ( $downloads ) {