1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Debug timings.

This commit is contained in:
Cameron
2017-01-21 10:49:04 -08:00
parent 15c586b5dc
commit d7fad829fe
6 changed files with 47 additions and 11 deletions

View File

@@ -1310,7 +1310,7 @@ class e_parse_shortcode
if (E107_DBG_SC || E107_DBG_TIMEDETAILS)
{
$sql->db_Mark_Time("(After SC {$code})");
// $sql->db_Mark_Time("(After SC {$code})");
}
if (($noDebugLog != true) && (E107_DBG_BBSC || E107_DBG_SC || E107_DBG_TIMEDETAILS))