diff app/view/orte/List.js @ 499:8b4ec61c5752

Removed most log messages to make the application less verbose.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 06 Nov 2014 11:12:21 +0100
parents 7c0653e8d9f7
children 1643d74a40bb
line wrap: on
line diff
--- a/app/view/orte/List.js	Thu Nov 06 10:59:03 2014 +0100
+++ b/app/view/orte/List.js	Thu Nov 06 11:12:21 2014 +0100
@@ -61,7 +61,6 @@
             dataIndex: 'ortId',
             renderer: function(value) {
                 var store = Ext.data.StoreManager.get('staOrte');
-                console.log('value ' + value);
                 var record = store.getById(value);
                 return record.get('gemId');
             }

http://lada.wald.intevation.org