diff --git a/static/js/services/mediastream.js b/static/js/services/mediastream.js index b7cf1a5c..3d53b26a 100644 --- a/static/js/services/mediastream.js +++ b/static/js/services/mediastream.js @@ -145,7 +145,6 @@ define([ $timeout(function() { if ($rootScope.roomstatus !== roomStatusCache) { $rootScope.roomstatus = roomStatusCache; - console.log("set roomstsatus", roomStatusCache); } if (roomCache !== roomCache2) { $rootScope.$broadcast("room", roomCache);