mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
[router] Don't log the route names since that's not necessary anymore
This commit is contained in:
@@ -322,7 +322,6 @@ const RouteLoader = struct {
|
||||
.route = route,
|
||||
.hash = route.full_hash,
|
||||
});
|
||||
Output.prettyErrorln("Route: {s}", .{route.name});
|
||||
}
|
||||
|
||||
var dynamic: []*Route = &[_]*Route{};
|
||||
|
||||
Reference in New Issue
Block a user