Removed call for logRequest() from Story.comment_action()

This commit is contained in:
Tobi Schäfer 2008-05-15 15:27:29 +00:00
parent 1138c189b4
commit 6be2921814

View file

@ -213,7 +213,6 @@ Story.prototype.comment_action = function() {
res.data.title = gettext("Add comment to {0}", this.getTitle());
res.data.body = comment.renderSkinAsString("Comment#edit");
this.site.renderSkin("Site#page");
this.logRequest();
return;
}