remove error logs

This commit is contained in:
Almira Krdzic
2018-10-17 19:40:25 +02:00
parent 0238f9140e
commit 49281f02be
3 changed files with 0 additions and 6 deletions

View File

@@ -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);
}