Explorar el Código

Oops, removing a debug trace...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3147 a333f486-631f-4898-b8df-5754b55c2be0
dflaven hace 11 años
padre
commit
afafd741d0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      application/itopwebpage.class.inc.php

+ 2 - 1
application/itopwebpage.class.inc.php

@@ -562,7 +562,8 @@ EOF
 			$sNorthPane .= '<div id="admin-banner"><span style="padding:5px;">'.ExecutionKPI::GetDescription().'<span></div>';
 		}
 		
-		$sSouthPane = '<p>Peak memory Usage: '.sprintf('%.3f MB', memory_get_peak_usage(true) / (1024*1024)).'</p>';
+		//$sSouthPane = '<p>Peak memory Usage: '.sprintf('%.3f MB', memory_get_peak_usage(true) / (1024*1024)).'</p>';
+		$sSouthPane = '';
 		foreach (MetaModel::EnumPlugins('iPageUIExtension') as $oExtensionInstance)
 		{
 			$sSouthPane .= $oExtensionInstance->GetSouthPaneHtml($this);