From ad215f9fbe5a088bec5399b8886943f623075a29 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Sep 2016 14:53:18 +0530 Subject: [PATCH] Removed Console.log from file --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 8d1b6a7..8a1bba9 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -3434,7 +3434,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo else { - console.log("extract button is active"); + // console.log("extract button is active"); } } @@ -4875,7 +4875,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $rootScope.isExtractButtonActive = false; $("#btnTranparency").removeClass("disabled"); - console.log('enableNormalMode is called'); + // console.log('enableNormalMode is called'); // $rootScope.isHighLight = false; -- libgit2 0.21.4