remove unnecessary and troublesome filter calls
[ikiwiki.git] / IkiWiki / Plugin / comments.pm
index d34951570da77d1f9a423b874d362bd1b800aec8..64eb7fb093fce0d8dbb1d8437f829f5c4aa31b6d 100644 (file)
@@ -142,8 +142,6 @@ sub preprocess {
        }
        $content =~ s/\\"/"/g;
 
-       $content = IkiWiki::filter($page, $params{destpage}, $content);
-
        if ($config{comments_allowdirectives}) {
                $content = IkiWiki::preprocess($page, $params{destpage},
                        $content);