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