Commit 909272f7 by Vladislav

remove log

1 parent 70ca8013
Showing with 0 additions and 1 deletions
......@@ -128,7 +128,6 @@ class GetKeywords extends DirectRequest
$keyword_data = Keyword::where('external_id', $external_id)->withTrashed()->first();
if ($keyword_data){
if (!$keyword_data->equals($data)){
Log::debug($keyword_data);
unset($data['external_id']);
//если данные изменились, то надо обновить и в кеше и пометить на то что надо их выгрузить
$keyword_data->update($data);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!