Browse Source

Removed obsolete code.

pull/138/head
Simon Eisenmann 12 years ago
parent
commit
3f9075203b
  1. 1
      static/js/directives/audiovideo.js

1
static/js/directives/audiovideo.js

@ -63,7 +63,6 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
subscope.destroyed = false; subscope.destroyed = false;
subscope.$on("active", function() { subscope.$on("active", function() {
console.log("Stream scope is now active", stream.id, peerid); console.log("Stream scope is now active", stream.id, peerid);
//events.triggerHandler("active." + peerid, [subscope, currentcall, stream]);
}); });
subscope.$on("$destroy", function() { subscope.$on("$destroy", function() {
console.log("Destroyed scope for stream", stream.id, peerid); console.log("Destroyed scope for stream", stream.id, peerid);

Loading…
Cancel
Save