瀏覽代碼

sunguidong

zhangguidong 2 年之前
父節點
當前提交
759d934d3e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/common.php

+ 0 - 2
app/common.php

@@ -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);