Removes an error message.

This commit is contained in:
Boris Grozev 2014-10-17 17:12:01 +03:00
parent ee7752dfe2
commit c7441d7f22
1 changed files with 0 additions and 2 deletions

2
app.js
View File

@ -331,8 +331,6 @@ function waitForPresence(data, sid) {
console.error('can not associate stream',
data.stream.id,
'with a participant');
messageHandler.showError('Oops',
'We could not associate the current stream with a participant.');
// We don't want to add it here since it will cause troubles
return;
}