kevin_zhangl 2 年 前
コミット
af021a3303
1 ファイル変更0 行追加1 行削除
  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()));
             }