1
0
Fork 0
mirror of synced 2025-04-11 21:21:00 +00:00

Deleting added logs

This commit is contained in:
Ivan Chaplygin 2023-01-10 16:15:15 +03:00
parent 7f3f0c35ce
commit 8524a61baf

View file

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