1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Remove console.log

This commit is contained in:
Kamran Ahmed
2024-07-02 00:16:48 +01:00
parent 6686e9361c
commit 5913564d94

View File

@@ -25,11 +25,6 @@ export const GET: APIRoute<any, Params> = async (context) => {
}
const svg = await getResourceOpenGraph('roadmap', slug);
if (slug === 'devrel') {
console.log(svg);
}
const transformer = Transformer.fromSvg(svg).crop(0, 0, 1200, 630);
return new Response(await transformer.png(), {