From ff07a9382e088ff97118c736dfc2435dd29bd649 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 6 May 2018 16:15:08 -0400 Subject: nits --- www/js/EventModalCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventModalCtrl.js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 1cbd8fa8..bb5dce5e 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1011,7 +1011,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $rootScope.authSession ; } - console.log ("STREAM="+stream); + //console.log ("STREAM="+stream); if ($rootScope.basicAuthToken && stream) stream +="&basicauth="+$rootScope.basicAuthToken; return stream; -- cgit v1.2.3