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);