summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/rating.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/rating.module b/modules/rating.module
index c0052f66d..eadf1483c 100644
--- a/modules/rating.module
+++ b/modules/rating.module
@@ -35,7 +35,6 @@ function rating_cron() {
if ($weight >= $offset && $votes > 0) {
$value = ($score + $weight) / $votes + $bonus;
- print "update $rating->id : $value<BR>";
db_query("UPDATE users SET rating = '$value' WHERE id = '$rating->id'");
}
}