summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki')
-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 972d069d5..273561cad 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -391,9 +391,6 @@ sub sessioncgi ($$) { #{{{
IkiWiki::check_canedit($page, $cgi, $session);
$postcomment=0;
- # FIXME: check that the wiki is locked right now, because
- # if it's not, there are mad race conditions!
-
# FIXME: rather a simplistic way to make the comments...
my $i = 0;
my $file;