remove error logs
This commit is contained in:
@@ -49,8 +49,6 @@ class Wiaas_Admin_CL_Customers {
|
||||
|
||||
$default_order_type = sanitize_key($_POST['default_order_type']);
|
||||
|
||||
error_log($default_order_type);
|
||||
|
||||
Wiaas_Shop::update_default_order_type($organization_id, $default_order_type);
|
||||
|
||||
}
|
||||
|
||||
@@ -60,8 +60,6 @@ class Wiaas_Admin_CL_Packages {
|
||||
|
||||
if ($screen->id === 'admin_page_wiaas-cl-product') {
|
||||
|
||||
error_log('set parent');
|
||||
|
||||
$parent_file = 'edit.php?post_type=product';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user