* Remove useless code.

This commit is contained in:
sunguangming
2023-12-21 17:01:38 +08:00
parent 481eca61b3
commit 0316d18311
-1
View File
@@ -328,7 +328,6 @@ class webhookModel extends model
if(!isset($this->lang->action->label->$actionType)) return false;
if(empty($this->config->objectTables[$objectType])) return false;
$action = $this->dao->select('*')->from(TABLE_ACTION)->where('id')->eq($actionID)->fetch();
a($action);die;
if(!$action) return false;
if($webhook->products)