jinx 1 rok temu
rodzic
commit
34bf331492
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/components/chatRoom/controls/join.ts

+ 0 - 1
src/components/chatRoom/controls/join.ts

@@ -30,7 +30,6 @@ export async function handleJoin(data: any) {
   const { code } = res.data;
 
   // if (code === 4003 && !roomId.includes('temp_') && unref(isInternational)) {
-  console.error(unref(isInternational))
   if (code === 4003 && unref(isInternational)) {
     location.href = is404Page.value;
     return;