diff --git a/function.php b/function.php index 3716bc60..4360492d 100644 --- a/function.php +++ b/function.php @@ -255,9 +255,6 @@ if (!function_exists('injectRuntime')) { $methods = $target->getMethodsAttribute(); foreach ($methods as $method => $attribute) { -// if (str_contains($class, 'SiteController')) { -// echo $class, ' ', $method, ' ', var_export($attribute, 'true'), PHP_EOL; -// } /** @var ReflectionAttribute $item */ foreach ($attribute as $item) { if (!class_exists($item->getName())) {