removed logs

This commit is contained in:
aramide ramadan
2024-09-11 12:54:59 +01:00
parent cc39f61412
commit 8c494111b6
-4
View File
@@ -197,9 +197,6 @@ export const Phone = forwardRef(
password: sipPasswordRef.current, password: sipPasswordRef.current,
name: sipDisplayNameRef.current ?? sipUsernameRef.current, name: sipDisplayNameRef.current ?? sipUsernameRef.current,
}; };
console.log("client value upon creating sip client", client);
console.log("zaz", sipServerAddressRef.current);
console.log("aza", sipServerAddress);
const settings = { const settings = {
pcConfig: { pcConfig: {
@@ -242,7 +239,6 @@ export const Phone = forwardRef(
} }
if (args.error) { if (args.error) {
console.log("sipserveraddress:", sipServerAddress);
toast({ toast({
title: `Cannot connect to ${sipServerAddressRef.current}, ${args.reason}`, title: `Cannot connect to ${sipServerAddressRef.current}, ${args.reason}`,
status: "warning", status: "warning",