@ -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();
}
@ -291,7 +291,6 @@ define(['jquery', 'underscore', 'text!partials/screenshare.html', 'text!partials
console.log("screenshare main", newval);
if (newval && newval !== "screenshare") {
$scope.stopScreenshare();