stanley-king il y a 3 ans
Parent
commit
5c8ec669a7
2 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 1
      helper/refill/policy/chctl.php
  2. 0 2
      helper/refill/policy/xyz/policy.php

+ 0 - 1
helper/refill/policy/chctl.php

@@ -110,7 +110,6 @@ class chctl
             $key = $this->prefix($name,$spec,$card_type,$quality);
             if(array_key_exists($key,$this->mSpeedtable)) {
                 $ctl_items[] = $this->mSpeedtable[$key];
-                Log::record("avaliable key={$key}",Log::DEBUG);
             } else {
                 Log::record("unavaliable key={$key}",Log::DEBUG);
             }

+ 0 - 2
helper/refill/policy/xyz/policy.php

@@ -131,8 +131,6 @@ class policy extends ProviderManager implements IPolicy
             {
                 foreach ($providers as $provider)
                 {
-                    $pname = $provider->name();
-                    Log::record("name={$name} pname={$pname}",Log::DEBUG);
                     if($name == $provider->name()) {
                         $result[] = $provider;
                     }