From 082e1669e02dbd085ecf2d62559291199d5fb760 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 11 Jul 2014 18:31:45 +0200 Subject: [PATCH] Removed debug. --- static/js/directives/presentation.js | 1 - static/js/directives/screenshare.js | 1 - 2 files changed, 2 deletions(-) diff --git a/static/js/directives/presentation.js b/static/js/directives/presentation.js index 3f49023d..0d1300c6 100644 --- a/static/js/directives/presentation.js +++ b/static/js/directives/presentation.js @@ -540,7 +540,6 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'], }); $scope.$watch("layout.main", function(newval, oldval) { - console.log("presentation main", newval); if (newval && newval !== "presentation") { $scope.hidePresentation(); } diff --git a/static/js/directives/screenshare.js b/static/js/directives/screenshare.js index 587b5b19..1eeb57c6 100644 --- a/static/js/directives/screenshare.js +++ b/static/js/directives/screenshare.js @@ -291,7 +291,6 @@ define(['jquery', 'underscore', 'text!partials/screenshare.html', 'text!partials }); $scope.$watch("layout.main", function(newval, oldval) { - console.log("screenshare main", newval); if (newval && newval !== "screenshare") { $scope.stopScreenshare(); }