diff --git a/webapp/mt/Manufacture.php b/webapp/mt/Manufacture.php index f5690955..76d65a64 100644 --- a/webapp/mt/Manufacture.php +++ b/webapp/mt/Manufacture.php @@ -22,7 +22,7 @@ class Manufacture { return array(); } - public static function findChipAction($action,$quality){print_r(self::getChipList() ); + public static function findChipAction($action,$quality){ foreach (self::getChipList() as $meta){ if ($meta['action'] == $action && $meta['rank'] == $quality){