From b18e2ceea238b796fad155035c9dd6258e040752 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Tue, 20 May 2025 19:46:39 +0200 Subject: [PATCH] remove commented out code --- src/APnutI.php | 3 --- 1 file changed, 3 deletions(-) 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');