diff app/controller/form/Messprogramm.js @ 808:c135201940ee

removed console msg.
author Dustin Demuth <dustin@intevation.de>
date Fri, 22 May 2015 15:59:40 +0200
parents ff4330d4aba1
children 097d4edc2f00
line wrap: on
line diff
--- 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')

http://lada.wald.intevation.org