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