diff app.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 10959fe61092
line wrap: on
line diff
--- a/app.js	Thu Nov 06 10:59:03 2014 +0100
+++ b/app.js	Thu Nov 06 11:12:21 2014 +0100
@@ -55,7 +55,6 @@
 
     // Start the application.
     launch: function() {
-        console.log('Launching the application');
         Ext.create('Lada.store.StaDatenbasen', {
             storeId: 'staDatenbasen'
         });
@@ -115,7 +114,6 @@
 Ext.data.writer.Json.override({
     getRecordData: function(record) {
         if (this.writeEverything || record.writeEverything) {
-            console.log('getRecordData', arguments);
             return record.getAllData();
         }
         return this.callOverridden(arguments);

http://lada.wald.intevation.org