diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 2917be5ec..69fd729fb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/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: */ |