Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
759d934d3e
1 changed files with 0 additions and 2 deletions
  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);