Mercurial > lada > lada-client
diff app/controller/MKommentare.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 | 8972f008dfb1 |
line wrap: on
line diff
--- a/app/controller/MKommentare.js Thu Nov 06 10:59:03 2014 +0100 +++ b/app/controller/MKommentare.js Thu Nov 06 11:12:21 2014 +0100 @@ -25,7 +25,6 @@ ], init: function() { - console.log('Initialising the MKommentare controller'); this.callParent(arguments); }, @@ -60,11 +59,9 @@ }, editItem: function(grid, record) { - console.log('Editing Kommentar'); var mstore = Ext.data.StoreManager.get('Messungen'); var messung = mstore.getById(record.get('messungsId')); record.getAuthInfo(this.initEditWindow, messung.get('probeId')); - console.log('Loaded MKommentar with ID ' + record.getId()); }, initEditWindow: function(record, readonly) {