Browse Source

Removed debug.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
00d85d4b0c
  1. 2
      static/js/directives/audiovideo.js

2
static/js/directives/audiovideo.js

@ -250,7 +250,7 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/ @@ -250,7 +250,7 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
console.log("Remote stream added.", stream, currentcall);
if (!$scope.haveStreams) {
console.log("xxxxxxx First stream");
//console.log("First stream");
$window.reattachMediaStream($scope.miniVideo, $scope.localVideo);
$scope.haveStreams = true;
}

Loading…
Cancel
Save