Commit ad215f9fbe5a088bec5399b8886943f623075a29

Authored by unknown
1 parent 949abeab

Removed Console.log from file

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -3434,7 +3434,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
3434 3434 else
3435 3435 {
3436 3436  
3437   - console.log("extract button is active");
  3437 + // console.log("extract button is active");
3438 3438  
3439 3439 }
3440 3440 }
... ... @@ -4875,7 +4875,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4875 4875  
4876 4876 $rootScope.isExtractButtonActive = false;
4877 4877 $("#btnTranparency").removeClass("disabled");
4878   - console.log('enableNormalMode is called');
  4878 + // console.log('enableNormalMode is called');
4879 4879  
4880 4880  
4881 4881 // $rootScope.isHighLight = false;
... ...