@@ -526,9 +526,7 @@ function addon_is_exit($name)
*/
function event($event, $args = [], $once = false)
{
- print_r($event);
$res = Event::trigger($event, $args);
- print_r($res);
if (is_array($res)) {
$res = array_filter($res);