Pius-X 1 год назад
Родитель
Сommit
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);