Skip to content

Commit eeef0aa

Browse files
committed
chore: comment out debug route
1 parent d117a19 commit eeef0aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/core/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct()
3333

3434
// Debug routing information
3535
if (defined('DEBUG') && DEBUG) {
36-
echo "<pre>Route: {$url} ({$requestType})</pre>";
36+
// echo "<pre>Route: {$url} ({$requestType})</pre>";
3737
}
3838

3939
if (strpos($url, '/api') === 0) {

0 commit comments

Comments
 (0)