mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-7979: [verto_communicator] Removing extra console.log and commented line.
This commit is contained in:
parent
4621b3ff89
commit
1d3e850930
@ -191,7 +191,6 @@
|
||||
value: '',
|
||||
}).then(function(exten) {
|
||||
if (exten) {
|
||||
console.log(arguments);
|
||||
verto.data.conf.transfer(memberID, exten);
|
||||
}
|
||||
});
|
||||
@ -199,4 +198,4 @@
|
||||
}
|
||||
]);
|
||||
|
||||
})();
|
||||
})();
|
||||
|
@ -430,7 +430,6 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
||||
if (data.liveArray) {
|
||||
console.log('Has data.liveArray.');
|
||||
$rootScope.$emit('members.clear');
|
||||
// data.liveArray.destroy();
|
||||
data.liveArray = null;
|
||||
} else {
|
||||
console.log('Doesn\'t found data.liveArray.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user