Deleting added logs
This commit is contained in:
parent
7f3f0c35ce
commit
8524a61baf
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue