diff --git a/src/APnutI.php b/src/APnutI.php index a3d4a4d..64efd6c 100644 --- a/src/APnutI.php +++ b/src/APnutI.php @@ -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) {