kevin_zhangl 2 tahun lalu
induk
melakukan
af021a3303
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      common/models/forms/ShopGoodsForm.php

+ 0 - 1
common/models/forms/ShopGoodsForm.php

@@ -180,7 +180,6 @@ class ShopGoodsForm extends Model
             $shopGoods->SORT = $this->sort;
             $shopGoods->CATE_ID = $this->type;
             $shopGoods->CREATED_AT = Date::nowTime();
-            LoggerTool::info($shopGoods);
             if (!$shopGoods->save()) {
                 throw new Exception(Form::formatErrorsForApi($shopGoods->getErrors()));
             }