remove alert msg for testing purpose

This commit is contained in:
venbatechnologies@gmail.com 2021-09-16 19:26:21 +05:30
parent 0668f61fe0
commit 35b44f3af4

View File

@ -138,8 +138,7 @@ export class TwilioService {
});
let withoutcustomer = this.getWithOutCustomer(this.roomParticipants)
console.log('getWithOutCustomer',withoutcustomer)
alert(this.user_data.type);
alert(withoutcustomer);
if((this.user_data.type == '2'|| this.user_data.type == '1') && (withoutcustomer == '1')) {
console.log("User type in service",this.user_data)