Explorar el Código

add refill monitor

stanley-king hace 4 años
padre
commit
3a8c9b0e45
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      helper/refill/util.php

+ 0 - 2
helper/refill/util.php

@@ -288,8 +288,6 @@ class util
         }
         $value = $ins->hGet($name,'',$key_sec);
 
-        Log::record("hget_commit_sec sec name = {$name} key={$key_sec} val={$value}",Log::DEBUG);
-
         return intval($value);
     }