FS-7979: [verto_communicator] Removing extra console.log and commented line.

This commit is contained in:
Italo Rossi 2015-08-26 23:30:00 -03:00
parent 4621b3ff89
commit 1d3e850930
2 changed files with 1 additions and 3 deletions

View File

@ -191,7 +191,6 @@
value: '', value: '',
}).then(function(exten) { }).then(function(exten) {
if (exten) { if (exten) {
console.log(arguments);
verto.data.conf.transfer(memberID, exten); verto.data.conf.transfer(memberID, exten);
} }
}); });
@ -199,4 +198,4 @@
} }
]); ]);
})(); })();

View File

@ -430,7 +430,6 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
if (data.liveArray) { if (data.liveArray) {
console.log('Has data.liveArray.'); console.log('Has data.liveArray.');
$rootScope.$emit('members.clear'); $rootScope.$emit('members.clear');
// data.liveArray.destroy();
data.liveArray = null; data.liveArray = null;
} else { } else {
console.log('Doesn\'t found data.liveArray.'); console.log('Doesn\'t found data.liveArray.');