=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2016-01-22 13:17:23 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2016-01-28 14:28:59 +0000 @@ -269,15 +269,6 @@ }; $scope.executeRules = function () { - - $http( - {method:'get', - url:'https://hrhr.dhis2.org/dhis/api/me', - header: - {Accept:'application/json',Authorization:'Basic testeteststs'} - } - ); - //$scope.allEventsSorted cannot be used, as it is not reflecting updates that happened within the current session var allSorted = []; for(var ps = 0; ps < $scope.programStages.length; ps++ ) {