diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-16 15:34:09 +0530 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-16 15:34:09 +0530 |
| commit | 11335e642683466a815c6bb8ca35ec1723cec2ce (patch) | |
| tree | ca97dea73a8ce996d667d6d7f205f0dd2aeac589 /www/js/MontageCtrl.js | |
| parent | 95e6965a27e0f7be166a8ed52d5eb14529f48ef6 (diff) | |
tweaks
Former-commit-id: 77127d43935ba1f34c6d5c17ff60f6d2c6a0b4fd
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(); }; |
