瀏覽代碼

fix: 去除打印

Pius-X 1 年之前
父節點
當前提交
4cf21b4800
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);