Skip to content

Commit 69eed70

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Remove console log
1 parent bae6e40 commit 69eed70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/sdkOption.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ export function getPlatformHints(categorySupported: PlatformCategory[]) {
9393
const currentPlatformOrGuide = getCurrentPlatformOrGuide(rootNode, path);
9494
const currentCategories = currentPlatformOrGuide?.categories || [];
9595

96-
console.log('yoo', currentPlatformOrGuide?.key);
97-
9896
// We only handle browser, server & serverless here for now
9997
const currentIsBrowser = currentCategories.includes('browser');
10098
const currentIsServer = currentCategories.includes('server');

0 commit comments

Comments
 (0)