[router] Don't log the route names since that's not necessary anymore

This commit is contained in:
Jarred Sumner
2021-10-25 17:06:38 -07:00
parent e7f191c08b
commit e69f8c36d2

View File

@@ -322,7 +322,6 @@ const RouteLoader = struct {
.route = route,
.hash = route.full_hash,
});
Output.prettyErrorln("Route: {s}", .{route.name});
}
var dynamic: []*Route = &[_]*Route{};