diff app/controller/Status.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 850ccfe5f3c4
children ad7f574b382a
line wrap: on
line diff
--- a/app/controller/Status.js	Thu Nov 06 10:59:03 2014 +0100
+++ b/app/controller/Status.js	Thu Nov 06 11:12:21 2014 +0100
@@ -18,7 +18,6 @@
     ],
 
     init: function() {
-        console.log('Initialising the Status controller');
         this.callParent(arguments);
     },
 
@@ -57,11 +56,9 @@
     },
 
     editItem: function(grid, record) {
-        console.log('Editing Status');
         var mstore = Ext.data.StoreManager.get('Messungen');
         var messung = mstore.getById(record.get('messungsId'));
         record.getAuthInfo(this.initEditWindow, messung.get('probeId'));
-        console.log("Loaded Status with ID " + record.getId()); //outputs ID
     },
 
     initEditWindow: function(record, readonly, owner) {

http://lada.wald.intevation.org