diff --git a/lib/router.php b/lib/router.php index 3090011..59fd357 100644 --- a/lib/router.php +++ b/lib/router.php @@ -62,7 +62,6 @@ function initRouter(): bool if(empty($routerRequest["type"])){ $routerRequest["type"] = "page"; } - echo "true"; return true; } }