We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae6e40 commit 69eed70Copy full SHA for 69eed70
src/components/sdkOption.tsx
@@ -93,8 +93,6 @@ export function getPlatformHints(categorySupported: PlatformCategory[]) {
93
const currentPlatformOrGuide = getCurrentPlatformOrGuide(rootNode, path);
94
const currentCategories = currentPlatformOrGuide?.categories || [];
95
96
- console.log('yoo', currentPlatformOrGuide?.key);
97
-
98
// We only handle browser, server & serverless here for now
99
const currentIsBrowser = currentCategories.includes('browser');
100
const currentIsServer = currentCategories.includes('server');
0 commit comments