Mercurial > lada > lada-client
changeset 430:4206cb30138c
Removed debugging.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:46:36 +0100 |
parents | 608a1784a8ac |
children | 2375e7247523 |
files | app/view/orte/CreateForm.js |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/orte/CreateForm.js Fri Nov 08 12:46:24 2013 +0100 +++ b/app/view/orte/CreateForm.js Fri Nov 08 12:46:36 2013 +0100 @@ -18,7 +18,6 @@ listeners: { scope: this, 'change': function (field, newv, oldv, opts) { - console.log(field, oldv, newv, opts); var orte = Ext.getStore('Ortedetails'); var ort = orte.getById(newv); var fields = ['beschreibung', 'bezeichnung', 'hoeheLand', @@ -35,7 +34,6 @@ var form = this.getForm(); if ( ort != undefined ) { - console.log('Found ort'); for (var i = fields.length - 1; i >= 0; i--){ ffield = form.findField("ort_"+fields[i]); ffield.setValue(ort.get(fields[i]));