diff options
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 1cf9efd9..98305eb1 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -300,8 +300,8 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' $scope.isBackground = function() { - console.log ("Is background called from Montage and returned " + - ZMDataModel.isBackground()); + //console.log ("Is background called from Montage and returned " + + //ZMDataModel.isBackground()); return ZMDataModel.isBackground(); }; |
