Skip to content

Commit

Permalink
Merge pull request #22 from xima-media/fix-decoding
Browse files Browse the repository at this point in the history
Remove duplicate decoding
  • Loading branch information
maikschneider authored May 28, 2024
2 parents d7c2402 + de489f8 commit df6c125
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/Utility/LogParserUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ protected function extractMessages(): void
$boundaries
);

// decode whole file
$this->fileContent = quoted_printable_decode($this->fileContent);

if (!isset($boundaries[1])) {
return;
}
Expand Down

0 comments on commit df6c125

Please sign in to comment.