Browse Source

Removed debug.

pull/12/head
Simon Eisenmann 11 years ago
parent
commit
934fe83497
  1. 1
      static/js/services/mediastream.js

1
static/js/services/mediastream.js

@ -145,7 +145,6 @@ define([
$timeout(function() { $timeout(function() {
if ($rootScope.roomstatus !== roomStatusCache) { if ($rootScope.roomstatus !== roomStatusCache) {
$rootScope.roomstatus = roomStatusCache; $rootScope.roomstatus = roomStatusCache;
console.log("set roomstsatus", roomStatusCache);
} }
if (roomCache !== roomCache2) { if (roomCache !== roomCache2) {
$rootScope.$broadcast("room", roomCache); $rootScope.$broadcast("room", roomCache);

Loading…
Cancel
Save