From 00d85d4b0c0fdb70804e4141ae26e16a5f3a8f1a Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 1 Dec 2014 11:20:14 +0100 Subject: [PATCH] Removed debug. --- static/js/directives/audiovideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/directives/audiovideo.js b/static/js/directives/audiovideo.js index a71b7ac5..c2231a6c 100644 --- a/static/js/directives/audiovideo.js +++ b/static/js/directives/audiovideo.js @@ -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; }