From 4bffe7aec9fa66f0170296870ea145c8ba697a52 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 6 May 2014 15:34:26 +0000 Subject: [PATCH] Oops, removing a debug trace... SVN:trunk[3147] --- application/itopwebpage.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index c6af15bdc..4628a1ee3 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -562,7 +562,8 @@ EOF $sNorthPane .= '
'.ExecutionKPI::GetDescription().'
'; } - $sSouthPane = '

Peak memory Usage: '.sprintf('%.3f MB', memory_get_peak_usage(true) / (1024*1024)).'

'; + //$sSouthPane = '

Peak memory Usage: '.sprintf('%.3f MB', memory_get_peak_usage(true) / (1024*1024)).'

'; + $sSouthPane = ''; foreach (MetaModel::EnumPlugins('iPageUIExtension') as $oExtensionInstance) { $sSouthPane .= $oExtensionInstance->GetSouthPaneHtml($this);