dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41739
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21287: removed console.logs
------------------------------------------------------------
revno: 21287
committer: jijukjose <jijukjose@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-12-03 11:14:07 +0100
message:
removed console.logs
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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){