[Lada-commits] [PATCH 8 of 9] removed console msg

Wald Commits scm-commit at wald.intevation.org
Fri May 22 16:14:42 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1432303180 -7200
# Node ID c135201940ee4eadd213042bdd600ed1965fd37c
# Parent  18697326c86223d21570b3860d0c8ba07f97c724
removed console msg.

diff -r 18697326c862 -r c135201940ee app/controller/form/Messprogramm.js
--- a/app/controller/form/Messprogramm.js	Fri May 22 15:02:22 2015 +0200
+++ b/app/controller/form/Messprogramm.js	Fri May 22 15:59:40 2015 +0200
@@ -82,7 +82,6 @@
      * and the the numberfield.
      */
     updateIntervalls: function(field, records) {
-        console.log('update Intervalls');
         var form = field.up('messprogrammform');
         var record = form.getRecord();
         form.populateIntervall(record, field.getValue());
@@ -130,7 +129,6 @@
      * update the Value of the Teilintervallfields
      */
     synchronizeFields: function(slider, newValue, thumb) {
-        console.log('Synchronize Fields');
         var formPanel = slider.up('form');
         if (thumb.index == 0) {
             formPanel.getForm()
@@ -150,7 +148,6 @@
      * update the Slider
      */
     synchronizeSlider: function(field, newValue, oldValue) {
-        console.log('Synchronize Slider');
         var formPanel = field.up('form');
         if (field.name == 'teilintervallVon') {
             formPanel.down('probenintervallslider')
diff -r 18697326c862 -r c135201940ee app/view/form/Messprogramm.js
--- a/app/view/form/Messprogramm.js	Fri May 22 15:02:22 2015 +0200
+++ b/app/view/form/Messprogramm.js	Fri May 22 15:59:40 2015 +0200
@@ -332,7 +332,6 @@
     },
 
     populateIntervall: function(record, intervall) {
-        console.log('Populate Start');
         //intervall is an identifier of a intervall
         // for instance H, M, J, ...
         // Initialize the probenintervallslider
@@ -398,8 +397,6 @@
         //Set IntervallOffset
         i.setMinValue(0);
         i.setMaxValue(max-1);
-
-        console.log('Populate End');
     },
 
     setRecord: function(record) {


More information about the Lada-commits mailing list