diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 7a92dc4c..b9dfca2a 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -353,11 +353,7 @@ class Node extends HttpService */ public function annotationInject(string $className, string $action): Node { - var_export($action); $annotation = annotation()->getMethods($className, $action); - if ($action == 'xiaqi') { - var_export($annotation); - } if (empty($annotation)) { return $this; }