Remove debug statement on screen sharing error

This commit is contained in:
Daniel Berteaud 2014-05-02 09:40:28 +02:00
parent 536143bdf0
commit 40dab8de75
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ function initVroom(room) {
cantShare(locale.SCREEN_SHARING_CANCELLED);
}
else
cantShare(locale.CANT_SHARE_SCREEN + ' ' + err.name);
cantShare(locale.CANT_SHARE_SCREEN);
$('#shareScreenLabel').removeClass('active');
return;
}