diff --git a/src/APnutI.php b/src/APnutI.php index 77665d9..8507746 100644 --- a/src/APnutI.php +++ b/src/APnutI.php @@ -528,9 +528,6 @@ class APnutI if ($raw_type === Poll::$notice_type) { try { $this->logger->debug('Parsing poll from raw', $raw); - /*$data = ['raw' => [ - Poll::$notice_type => $raw - ]];*/ $polls[] = new Poll($post, $this); } catch (NotSupportedPollException) { $this->logger->warning('Parsing poll from raw failed. Loading from poll id');