summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 337090710..842279a91 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -129,9 +129,6 @@ function throttle($type, $rate) {
watchdog("warning", "throttle: '". getenv("REMOTE_ADDR") ."' exceeded submission rate - $throttle->type");
die(message_throttle());
}
- else {
- watchdog($type, "throttle");
- }
}
}