=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js 2015-12-02 15:21:18 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js 2015-12-02 15:49:30 +0000 @@ -149,7 +149,6 @@ $scope.updateSuccess = false; $scope.currentGridColumnId = ''; $scope.displayCustomForm = false; - console.log("displayCustomForm set to false"); if (angular.isObject($scope.selectedOrgUnit)) { ProgramFactory.getProgramsByOu($scope.selectedOrgUnit, $scope.selectedProgram).then(function(response){