diff app/controller/Kommentare.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 fbe81214026a
line wrap: on
line diff
--- a/app/controller/Kommentare.js	Thu Nov 06 10:59:03 2014 +0100
+++ b/app/controller/Kommentare.js	Thu Nov 06 11:12:21 2014 +0100
@@ -25,7 +25,6 @@
     ],
 
     init: function() {
-        console.log('Initialising the Kommentare controller');
         this.callParent();
     },
 
@@ -51,7 +50,6 @@
     },
 
     addItem: function(button) {
-        console.log('Adding new Kommentar for Probe ' + button.probeId);
         var kommentar = Ext.create('Lada.model.KommentarP');
         kommentar.set('probeId', button.probeId);
         Ext.widget('kommentarecreate', {
@@ -60,9 +58,7 @@
     },
 
     editItem: function(grid, record) {
-        console.log('Editing Kommentar');
         record.getAuthInfo(this.initEditWindow);
-        console.log('Loaded Kommentar with ID ' + record.getId());
     },
 
     initEditWindow: function(record, readonly) {

http://lada.wald.intevation.org