mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 08:35:42 +02: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