summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Plugin/comments.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index f612f8947..4999c3f24 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -555,9 +555,6 @@ sub pagetemplate (@) { #{{{
}
if ($shown) {
- eval q{use IkiWiki::Plugin::inline};
- error($@) if $@;
-
$comments = IkiWiki::preprocess_inline(
pages => "internal($page/${comments_pagename}*)",
template => 'comments_display',