remove commented out code

This commit is contained in:
Max Nuding 2025-05-20 19:46:39 +02:00
parent 56078fabad
commit b18e2ceea2
Signed by: phlaym
SSH Key Fingerprint: SHA256:mionmF+5trOUI1AxqzAU1ZK3tv6IiDcdKGXcMWwa1nQ

View File

@ -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');