diff --git a/rules.module b/rules.module index 719852c..e148163 100644 --- a/rules.module +++ b/rules.module @@ -366,7 +366,6 @@ function &rules_get_cache($cid = 'data') { // Prevent stampeding by ensuring the cache is rebuilt just once at the // same time. while (!lock_acquire(__FUNCTION__ . $cid . $cid_suffix, 60)) { - rules_log('Cache rebuild lock hit: !cid', array('!cid' => $cid), RulesLog::WARN); // Now wait until the lock is released. lock_wait(__FUNCTION__ . $cid . $cid_suffix, 10); // If the lock is released it's likely the cache was rebuild. Thus check