← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11583: minor cleanup

 

------------------------------------------------------------
revno: 11583
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-08-06 13:45:39 +0700
message:
  minor cleanup
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js	2013-08-06 06:39:28 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js	2013-08-06 06:45:39 +0000
@@ -76,9 +76,6 @@
 
     _.each( metaData.optionSets, function ( item, idx ) {
         DAO.store.get('optionSets', item.uid).done(function(obj) {
-            console.log('obj: ', obj);
-            console.log('item: ', item);
-
             if(typeof obj === 'undefined' || obj.optionSet.version !== item.v) {
                 console.log('loading ', item);
                 promise = promise.then(function() {