=== 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:49:30 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js 2015-12-03 10:14:07 +0000 @@ -523,7 +523,6 @@ $scope.showEventRegistration = function(){ $scope.displayCustomForm = $scope.customForm ? true:false; - console.log("displayCustomForm set to "+$scope.displayCustomForm); $scope.currentEvent = {}; $scope.eventRegistration = !$scope.eventRegistration; $scope.currentEvent = angular.copy($scope.newDhis2Event); @@ -552,7 +551,6 @@ $scope.showEditEventInFull = function(){ $scope.note = {}; $scope.displayCustomForm = $scope.customForm ? true:false; - console.log("displayCustomForm set to "+$scope.displayCustomForm); $scope.currentEvent = ContextMenuSelectedItem.getSelectedItem(); $scope.editingEventInFull = !$scope.editingEventInFull; @@ -575,8 +573,6 @@ $scope.switchDataEntryForm = function(){ $scope.displayCustomForm = !$scope.displayCustomForm; - console.log("displayCustomForm set to "+$scope.displayCustomForm); - }; $scope.addEvent = function(addingAnotherEvent){