Remove unused variable
This commit is contained in:
parent
be96e8c8a1
commit
c3331ff416
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue