Replace debugPrint() and handleError() with new system

This commit is contained in:
Kijin Sung 2016-02-12 16:43:19 +09:00
parent d63900547e
commit 47bca4f2ca
3 changed files with 7 additions and 108 deletions

View file

@ -384,7 +384,6 @@ class ModuleObject extends Object
// pass if stop_proc is true
if($this->stop_proc)
{
debugPrint($this->message, 'ERROR');
return FALSE;
}