------------------------------------------------------------
revno: 11981
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Mon 2013-09-09 12:38:30 +0200
message:
remove logging
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.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/entry.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-09-09 10:33:55 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-09-09 10:38:30 +0000
@@ -940,12 +940,8 @@
}
function searchOptionSet( uid, query, success ) {
- console.log(uid);
-
if(window.DAO !== undefined && window.DAO.store !== undefined ) {
- console.log('searching in store');
DAO.store.get( 'optionSets', uid ).done( function ( obj ) {
- console.log(obj);
if(obj) {
var options = [];
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp