Unwanted console.debug

This commit is contained in:
sinn3r 2014-02-08 19:16:42 -06:00
parent e25767ceab
commit ccd12e66a7
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ Status : <span id="message">Please wait for the chat request to be accepted.
return;
};
console.debug("Found userid: " + userid);
getUserMedia(function(stream) {
peer.addStream(stream);
peer.sendParticipationRequest(userid);