Commit a22aeb2004bda3cbea7a4f0f64fed7642001f355

Authored by Nikita Kulshreshtha
1 parent 4e064585

removed commented code

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -933,7 +933,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
933 933  
934 934 $rootScope.isLoading = false;
935 935 $('#spinner').css('visibility', 'hidden');
936   - // $scope.MultiLanguageAnnationArray.push($rootScope.annotationText[i])
  936 +
937 937 }
938 938  
939 939 $scope.removeSpeechBubble = function () {
... ... @@ -1549,9 +1549,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1549 1549 if ($rootScope.bodySystemTermArray[j].language == $rootScope.lexiconLanguageArray[0].id) {
1550 1550 $rootScope.duplicateListArray.push({ "title": $rootScope.bodySystemTermArray[j].text, "id": $rootScope.bodySystemTermArray[j].termNumbr });
1551 1551  
1552   -
1553   -
1554   - // console.log($rootScope.bodySystemTermArray);
  1552 +
1555 1553 }
1556 1554 }
1557 1555 }
... ...