diff --git a/Blacklight/Console.php b/Blacklight/Console.php index 863ca9ec6..d314e2cab 100755 --- a/Blacklight/Console.php +++ b/Blacklight/Console.php @@ -400,7 +400,6 @@ class Console $con['substr'] = $gameInfo['title']; } - if ($this->_matchConToGameInfo($gameInfo, $con) === true) { $con += $this->_setConAfterMatch($amaz); $con += $this->_matchGenre($amaz); @@ -806,7 +805,6 @@ class Console return $response; } - } ColorCLI::doEcho(ColorCLI::info('Could not find match on Amazon'), true);