diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 7eef05f8..9e3a849f 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -14,7 +14,6 @@ const WebSocket: typeof IsowsWebSocket | null = await (async () => { const module = await import('isows'); return module.WebSocket; } catch (error) { - console.error("Failed to load 'isows' module:", error); return null; } })();