Mercurial > lada > lada-client
diff app/view/zusatzwerte/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 | 6de00657cd87 |
line wrap: on
line diff
--- a/app/view/zusatzwerte/List.js Thu Nov 06 10:59:03 2014 +0100 +++ b/app/view/zusatzwerte/List.js Thu Nov 06 11:12:21 2014 +0100 @@ -74,7 +74,6 @@ renderer: function(value) { var zstore = Ext.data.StoreManager.get('staProbenzusaetze'); var mstore = Ext.data.StoreManager.get('staMesseinheiten'); - console.log('store: ' + mstore); var mehId = zstore.getById(value).get('mehId'); var record = mstore.findRecord('id', mehId); return record.get('einheit');