stanley-king il y a 3 ans
Parent
commit
1743e1e7fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      helper/refill/policy/mratio_control.php

+ 1 - 1
helper/refill/policy/mratio_control.php

@@ -436,7 +436,7 @@ class mratio_control
         if($can_next)
         {
             $max_spec = $spec_max($mchid,$qtsex, $org_quality, $qualities, $low_ratio,$period);
-//            Log::record("max_spec={$max_spec}",Log::DEBUG);
+            Log::record("max_spec={$max_spec}",Log::DEBUG);
             if($max_spec >= $spec) {
                 return false;
             } else {