add debug logging
This commit is contained in:
parent
4ceeba7f4b
commit
5d009163f0
@ -521,6 +521,7 @@ class APnutI
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
$polls = [];
|
$polls = [];
|
||||||
|
$this->logger->debug('Parsing ' . count($response) . 'results');
|
||||||
foreach ($response as $post) {
|
foreach ($response as $post) {
|
||||||
if (!empty($post['raw'])) {
|
if (!empty($post['raw'])) {
|
||||||
foreach ($post['raw'] as $raw) {
|
foreach ($post['raw'] as $raw) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user