@@ -121,7 +121,4 @@ |
||
121 | 121 | curl_multi_close(self::$multiHandler); |
122 | 122 | self::$requestPool = array(); |
123 | 123 | self::$multiHandler = null; |
124 | - return $return; |
|
125 | - } |
|
126 | - |
|
127 | -} |
|
124 | + return $return |
|
128 | 125 | \ No newline at end of file |
@@ -683,9 +683,4 @@ |
||
683 | 683 | { |
684 | 684 | if ($response->hasErrors()) { |
685 | 685 | self::$logger->error($response->request->getURI() . "\t" . $response->error, array( |
686 | - 'response' => print_r($response, 1), |
|
687 | - )); |
|
688 | - } |
|
689 | - |
|
690 | - } |
|
691 | -} |
|
686 | + 'response' => print_r($response |
|
692 | 687 | \ No newline at end of file |