Fixes JS error for function call that not exists when start desktop sharing.

This commit is contained in:
hristoterezov 2016-01-29 16:48:12 -06:00
parent cea0916bfd
commit 11d43f32b2
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ export default {
firefox_fake_device: config.firefox_fake_device
}).catch(function (err) {
console.error('failed to create local tracks', ...devices, err);
APP.statistics.onGetUserMediaFailed(err);
return Promise.reject(err);
});
},