Removed error logs
This commit is contained in:
@@ -62,7 +62,7 @@ class Wiaas_Admin_Supplier_Orders {
|
||||
$user_organisation_id = Wiaas_User_Organization::get_user_organization_id(wp_get_current_user()->ID);
|
||||
|
||||
$items = array();
|
||||
error_log('Filtering');
|
||||
|
||||
foreach ($order_items as $key => $order_item) {
|
||||
|
||||
$product = wc_get_product($order_item->get_product_id());
|
||||
|
||||
Reference in New Issue
Block a user