From 0316d183117132cd23ddb7548d0d2142df1fd956 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 21 Dec 2023 17:01:30 +0800 Subject: [PATCH] * Remove useless code. --- module/webhook/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/webhook/model.php b/module/webhook/model.php index d72448e109..f4c564e855 100644 --- a/module/webhook/model.php +++ b/module/webhook/model.php @@ -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)