Browse Source

Removed debug.

pull/73/head
Simon Eisenmann 11 years ago
parent
commit
082e1669e0
  1. 1
      static/js/directives/presentation.js
  2. 1
      static/js/directives/screenshare.js

1
static/js/directives/presentation.js

@ -540,7 +540,6 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'], @@ -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();
}

1
static/js/directives/screenshare.js

@ -291,7 +291,6 @@ define(['jquery', 'underscore', 'text!partials/screenshare.html', 'text!partials @@ -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();
}

Loading…
Cancel
Save