Kaynağa Gözat

turned off dbg acl query features

Piotr Labudda 8 yıl önce
ebeveyn
işleme
271e6ffb71
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      SE/se-lib/AclQueryFeatures.php

+ 1 - 1
SE/se-lib/AclQueryFeatures.php

@@ -43,7 +43,7 @@ class AclQueryFeatures {
 		}
 		}
 
 
 
 
-		$DBG_LOG_TO_FILE = true; // TODO: read from ENV or REQUEST
+		$DBG_LOG_TO_FILE = false; // TODO: read from ENV or REQUEST
 		if ($DBG_LOG_TO_FILE) {
 		if ($DBG_LOG_TO_FILE) {
 			Lib::loadClass('DebugExecutionTime');
 			Lib::loadClass('DebugExecutionTime');
 			$this->_dbgExecTime = new DebugExecutionTime();
 			$this->_dbgExecTime = new DebugExecutionTime();