From 0f980c24bc2ad8fb524df69705b47753aa7bdbfa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Mar 2004 19:45:33 +0000 Subject: - Removed broken throttle. --- modules/comment/comment.module | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/comment') 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 @@ -330,13 +330,6 @@ function comment_post($edit) { watchdog("special", "comment: updated '". $edit["subject"] ."'", l(t("view comment"), "node/view/". $edit["nid"], NULL, NULL, "comment-". $edit["cid"])); } 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: */ -- cgit v1.2.3