CRM-15626 fixes - Relationship Create Widget Not always showing the correct available...
[civicrm-core.git] / CRM / Core / Lock.php
index 862d2da5d46d395ee7634734f9022fad1bd0ac8e..87c267b01d92d1d21ecb474d2177fdd2be376d32 100644 (file)
@@ -75,9 +75,6 @@ class CRM_Core_Lock {
     if (stristr($name, 'civimail.job.')) {
       $jobLog = $this->_name;
     }
-    //if (defined('CIVICRM_LOCK_DEBUG')) {
-    //CRM_Core_Error::debug_var('backtrace', debug_backtrace());
-    //}
     $this->_timeout = $timeout !== NULL ? $timeout : self::TIMEOUT;
 
     $this->acquire();