summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 2917be5ec..69fd729fb 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -331,13 +331,6 @@ function comment_post($edit) {
}
else {
/*
- ** Check the user's comment submission rate. If exceeded,
- ** throttle() will bail out.
- */
-
- throttle("post comment", variable_get("max_comment_rate", 60));
-
- /*
** Add the comment to database:
*/