From 934fe83497ef967ac3f1ea4a4ac08c785327f0b0 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 17 Mar 2014 10:16:32 +0100 Subject: [PATCH] Removed debug. --- static/js/services/mediastream.js | 1 - 1 file changed, 1 deletion(-) 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);