소스 검색

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