Index: trunk/index.php
===================================================================
diff -u -r4858 -r4880
--- trunk/index.php	(.../index.php)	(revision 4858)
+++ trunk/index.php	(.../index.php)	(revision 4880)
@@ -16,20 +16,6 @@
 
 $end = getmicrotime();
 
-/*if ($application->isDebugMode() && !dbg_ConstOn('DBG_SKIP_REPORTING')) {
-	echo '	<br><br>
-			<table class="dbg_stats_table">
-				<tr>
-					<td>Memory used:</td>
-					<td>'.round(memory_get_usage()/1024/1024, 1).' MB ('.memory_get_usage().')</td>
-				</tr>
-				<tr>
-					<td>Time used:</td>
-					<td>'.round(($end - $start), 5).' sec</td>
-				</tr>
-			</table>';
-}*/
-
 //print_pre(get_included_files());
 
 function getmicrotime()