aboutsummaryrefslogtreecommitdiff
path: root/include/debug.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug.php')
-rw-r--r--include/debug.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/debug.php b/include/debug.php
index 29f4195..a0c2236 100644
--- a/include/debug.php
+++ b/include/debug.php
@@ -115,7 +115,7 @@ function logQueueFlush($force = false)
static $log_message_last_count = 0;
static $next = false;
- OpenContent();
+ //OpenContent();
echo "<div class=\"contentHeading\">Bayonet Debug Messages</div>";
echo "<div class=\"content\">";
@@ -168,7 +168,7 @@ function logQueueFlush($force = false)
}
echo "</div>";
- CloseContent();
+ //CloseContent();
error_reporting(1);
}