Browse Source

fix: 去除打印

Pius-X 1 năm trước cách đây
mục cha
commit
4cf21b4800
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/controllers/Slot.php

+ 1 - 1
application/controllers/Slot.php

@@ -364,7 +364,7 @@ class Slot extends MY_Controller
         if(count($nLevel) != count($level)){
             return $this->response(1, 'levelId 重复');
         }
-        file_put_contents("/tmp/xzxcmserr.log", json_encode($upload) . PHP_EOL, FILE_APPEND);
+
         switch ($ceProb) {
             case "weight":
                 $retData = $this->saveRealSlotWeightCfg($upload, $gid, $type);