diff app/controller/Messwert.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 5960189e4461
line wrap: on
line diff
--- a/app/controller/Messwert.js	Thu Nov 06 10:59:03 2014 +0100
+++ b/app/controller/Messwert.js	Thu Nov 06 11:12:21 2014 +0100
@@ -23,7 +23,6 @@
     ],
 
     init: function() {
-        console.log('Initialising the Messwert controller');
         this.callParent(arguments);
     },
 
@@ -49,7 +48,6 @@
     },
 
     saveItem: function(button) {
-        console.log('Saving MesswerMesswert');
         var form = button.up('window').down('form');
         form.commit();
     },
@@ -64,11 +62,9 @@
     },
 
     editItem: function(grid, record) {
-        console.log('Editing Messwert');
         var mstore = Ext.data.StoreManager.get('Messungen');
         var messung = mstore.getById(record.get('messungsId'));
         record.getAuthInfo(this.initEditWindow, messung.get('probeId'));
-        console.log('Loaded Messwert with ID ' + record.getId());
     },
 
     initEditWindow: function(record, readonly) {
@@ -96,10 +92,6 @@
                         store.reload();
                     }
                 });
-                console.log('Deleting Messwert');
-            }
-            else {
-                console.log('Cancel Deleting Messwert');
             }
         });
     },

http://lada.wald.intevation.org