Replace debug comment with new system

This commit is contained in:
Kijin Sung 2016-02-12 16:35:10 +09:00
parent 3648b8f156
commit d63900547e
4 changed files with 191 additions and 179 deletions

View file

@ -885,9 +885,6 @@ class ModuleHandler extends Handler
if($_SESSION['XE_VALIDATOR_RETURN_URL'])
{
$display_handler = new DisplayHandler();
$display_handler->_debugOutput();
Context::getInstance()->checkSessionStatus();
header('location:' . $_SESSION['XE_VALIDATOR_RETURN_URL']);
return;