Browse Source

Removed debug.

pull/156/merge
Simon Eisenmann 11 years ago
parent
commit
43fd463fc9
  1. 2
      static/js/directives/presentation.js

2
static/js/directives/presentation.js

@ -429,7 +429,7 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'], @@ -429,7 +429,7 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'],
};
var connector = function(token, peercall) {
console.log("XXX connector", token, peercall, peers);
//console.log("XXX connector", token, peercall, peers);
if (peers.hasOwnProperty(peercall.id)) {
// Already got a connection.
return;

Loading…
Cancel
Save