refactor: remove error logging for 'isows' module import in WebSocket initialization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user