Mercurial > lada > lada-client
changeset 808:c135201940ee
removed console msg.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 22 May 2015 15:59:40 +0200 |
parents | 18697326c862 |
children | 3bc19188fc3a |
files | app/controller/form/Messprogramm.js app/view/form/Messprogramm.js |
diffstat | 2 files changed, 0 insertions(+), 6 deletions(-) [+] |
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')
--- 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) {