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(); }