Remove AFTER_DISPLAY_PAGE Event

This commit is contained in:
Eric Espie
2022-06-02 17:23:07 +02:00
parent 4c31081de2
commit 86a2db7e7f
10 changed files with 0 additions and 30 deletions

View File

@@ -174,7 +174,6 @@ class UnauthenticatedWebPage extends NiceWebPage
$oKpi->ComputeAndReport(get_class($this).' output');
echo $sHtml;
$oKpi->ComputeAndReport('Echoing ('.round(strlen($sHtml) / 1024).' Kb)');
$this->FireAfterDisplayEvent();
ExecutionKPI::ReportStats();
}