diff --git a/intaro.retailcrm/lib/component/handlers/eventshandlers.php b/intaro.retailcrm/lib/component/handlers/eventshandlers.php index 75e96111..894e36f5 100644 --- a/intaro.retailcrm/lib/component/handlers/eventshandlers.php +++ b/intaro.retailcrm/lib/component/handlers/eventshandlers.php @@ -29,7 +29,6 @@ use Intaro\RetailCrm\Service\CustomerService; use Intaro\RetailCrm\Service\OrderLoyaltyDataService; use Intaro\RetailCrm\Service\Utils; use Logger; -use RCrmActions; use RetailCrmEvent; use Throwable; @@ -207,11 +206,6 @@ class EventsHandlers } } catch (Throwable $exception) { Logger::getInstance()->write(GetMessage('CAN_NOT_SAVE_ORDER') . $exception->getMessage(), 'uploadApiErrors'); - RCrmActions::eventLog( - 'intaro.retailcrm/event', 'Event', - 'error catch '. $exception - ); - } }