Remove debug line

master
Daniel Berteaud 11 years ago
parent 2ab632a582
commit 4ced1dd4d9
  1. 1
      public/js/vroom.js

@ -323,7 +323,6 @@ function initVroom(room) {
else { // if (data.name === 'video')
var el = "#pause_" + data.id;
}
console.log('Removing el: ' + el);
$(el).remove();
});

Loading…
Cancel
Save