Removed call for logRequest() from Story.comment_action()
This commit is contained in:
parent
1138c189b4
commit
6be2921814
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ Story.prototype.comment_action = function() {
|
||||||
res.data.title = gettext("Add comment to {0}", this.getTitle());
|
res.data.title = gettext("Add comment to {0}", this.getTitle());
|
||||||
res.data.body = comment.renderSkinAsString("Comment#edit");
|
res.data.body = comment.renderSkinAsString("Comment#edit");
|
||||||
this.site.renderSkin("Site#page");
|
this.site.renderSkin("Site#page");
|
||||||
this.logRequest();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue