mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-07-04 19:21:59 +00:00
removed logs
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user