From 11335e642683466a815c6bb8ca35ec1723cec2ce Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sat, 16 Jan 2016 15:34:09 +0530 Subject: tweaks Former-commit-id: 77127d43935ba1f34c6d5c17ff60f6d2c6a0b4fd --- www/js/MontageCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/MontageCtrl.js') 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(); }; -- cgit v1.2.3