mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
fix: remove log
This commit is contained in:
@@ -105,7 +105,6 @@ export async function officialRoadmapDetails(roadmapSlug: string) {
|
||||
return roadmap;
|
||||
} catch (error) {
|
||||
if (FetchError.isFetchError(error) && error.status === 404) {
|
||||
console.log('Roadmap not found', roadmapSlug);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user