Skip to content

Commit 3ed8687

Browse files
Merge branch 'v5.1-development'
2 parents c079114 + 887ec39 commit 3ed8687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Pecee/SimpleRouter/SimpleRouter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ public static function loadRoutes(string $controller)
437437
* @var $attribute_attr \Pecee\Http\Input\Attributes\Route
438438
*/
439439
$attribute_attr = $attribute->newInstance();
440-
error_log(json_encode($group_prefix . $attribute_attr->getRoute() . '-' . $attribute_attr->getMethod() . '-' . $class->getNamespaceName() . $class->getShortName() . '-' . $method->getName()));
441440

442441
$route = new RouteUrl($group_prefix . $attribute_attr->getRoute(), sprintf('%s@%s', '\\' . $class->getName(), $method->getName()));
443442
$route->setRequestMethods([$attribute_attr->getMethod()]);

0 commit comments

Comments
 (0)