From 4530d80d2323a6feff592c223728623ec0b16847 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 26 Feb 2018 10:52:42 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/Console.php | 2 -- 1 file changed, 2 deletions(-) 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);