[Lada-commits] [PATCH 7 of 7] Removed some logging

Wald Commits scm-commit at wald.intevation.org
Wed Aug 31 16:25:09 CEST 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1472653493 -7200
# Branch schema-update
# Node ID 793748ded4d451a12c9fd19ef375d56945370174
# Parent  a1c480be0b796379db29b67619a6539e2812d36c
Removed some logging.

diff -r a1c480be0b79 -r 793748ded4d4 app/view/form/Messung.js
--- a/app/view/form/Messung.js	Wed Aug 31 15:59:28 2016 +0200
+++ b/app/view/form/Messung.js	Wed Aug 31 16:24:53 2016 +0200
@@ -237,7 +237,6 @@
         if (!swStore) {
             //Set the textfield asynchronously
             swStore = Ext.create('Lada.store.StatusWerte');
-            console.log('loading sw store messungform');
             swStore.load({
                 scope: this,
                 callback: function(records, operation, success) {
diff -r a1c480be0b79 -r 793748ded4d4 app/view/widget/DynamicGrid.js
--- a/app/view/widget/DynamicGrid.js	Wed Aug 31 15:59:28 2016 +0200
+++ b/app/view/widget/DynamicGrid.js	Wed Aug 31 16:24:53 2016 +0200
@@ -98,7 +98,6 @@
                 if (rec.get('readonly') === false &&
                     rec.get('owner') === true &&
                     !rec.get('statusEdit')) {
-                    console.log('edit' + rec.get('statusEdit'));
                         return 'edit';
                 }
                 else if (rec.get('readonly') === false &&


More information about the Lada-commits mailing list