diff --git a/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php b/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php index 8f7cb1a..735d608 100644 --- a/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php +++ b/src/include/abstracts/class-wc-retailcrm-abstracts-settings.php @@ -738,14 +738,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration 'type' => 'checkbox' ]; - $this->form_fields['debug_mode'] = [ - 'label' => __('Enable debug mode in module', 'retailcrm'), - 'title' => __('Debug mode', 'retailcrm'), - 'description' => __('Is required to enable debug mode for advanced logs', 'retailcrm'), - 'class' => 'checkbox', - 'type' => 'checkbox' - ]; - /** * Debug information */ diff --git a/src/languages/retailcrm-es_ES.l10n.php b/src/languages/retailcrm-es_ES.l10n.php index 38195ad..af0db8a 100644 --- a/src/languages/retailcrm-es_ES.l10n.php +++ b/src/languages/retailcrm-es_ES.l10n.php @@ -124,11 +124,6 @@ return [ "You can export all orders and customers from CMS to Simla.com by clicking the «Upload» button. This process can take much time and before it is completed, you need to keep the tab open" => "Presionando el botón «Exportar» puedes descargar a todos los pedidos y clientes de CMS a Simla.com. Este proceso puede llevar mucho tiempo y es necesario mantener abierta la pestaña hasta que termine el proceso", "Debug information" => "Información Debug", - "Debug mode" => "Modo de depuración", - "Enable debug mode in module" => - "Activar el modo de depuración en el módulo", - "Is required to enable debug mode for advanced logs" => - "Se requiere el modo de depuración para habilitar el registro avanzado de logs", "Custom fields" => "Campos personalizados", "Select value" => "Selecciona un valor", "Custom fields for order" => "Campos de pedido personalizados", diff --git a/src/languages/retailcrm-ru_RU.l10n.php b/src/languages/retailcrm-ru_RU.l10n.php index 19a12cd..bb57e6a 100644 --- a/src/languages/retailcrm-ru_RU.l10n.php +++ b/src/languages/retailcrm-ru_RU.l10n.php @@ -127,10 +127,6 @@ return [ "You can export all orders and customers from CMS to Simla.com by clicking the «Upload» button. This process can take much time and before it is completed, you need to keep the tab open" => "Вы можете экспортировать все заказы и клиентов из CMS в Simla.com, нажав кнопку «Выгрузить». Этот процесс может занять много времени, и до его завершения необходимо держать вкладку открытой", "Debug information" => "Отладочная информация", - "Debug mode" => "Режим отладки", - "Enable debug mode in module" => "Активировать режим отладки в модуле", - "Is required to enable debug mode for advanced logs" => - "Требуется включить режим отладки для расширенного логирования", "Custom fields" => "Пользовательские поля", "Select value" => "Выберите значение", "Custom fields for order" => "Пользовательские поля для заказа",