stanley-king %!s(int64=2) %!d(string=hai) anos
pai
achega
139bff47c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      helper/refill/policy/chctlex.php

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

@@ -272,7 +272,7 @@ class chctlex
                 {
                     $item = $pThis->mSpeedtable[$key];
                     $inPrice = $item->price();
-                    Log::record("key={$key} inPrice = {$inPrice} max_inprice = {$max_inprice}",Log::DEBUG);
+                    //Log::record("key={$key} inPrice = {$inPrice} max_inprice = {$max_inprice}",Log::DEBUG);
                     if ($max_inprice !== false && $inPrice > $max_inprice) {
                         continue;
                     } else {