ssr errors mitigation

This commit is contained in:
Igor Loskutov
2025-06-19 12:10:08 -04:00
parent 66baf51ccb
commit ff291a3ec8
3 changed files with 23 additions and 11 deletions

View File

@@ -49,7 +49,6 @@ const useRoomMeeting = (
.then((result) => {
setResponse(result);
setLoading(false);
console.debug("Meeting Loaded:", result);
})
.catch((error) => {
const shouldShowHuman = shouldShowError(error);