Mercurial > lada > lada-client
diff app/view/zusatzwerte/CreateForm.js @ 499:8b4ec61c5752
Removed most log messages to make the application less verbose.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 11:12:21 +0100 |
parents | 7c0653e8d9f7 |
children |
line wrap: on
line diff
--- a/app/view/zusatzwerte/CreateForm.js Thu Nov 06 10:59:03 2014 +0100 +++ b/app/view/zusatzwerte/CreateForm.js Thu Nov 06 11:12:21 2014 +0100 @@ -25,8 +25,7 @@ fieldLabel: 'PZW-Größe', listeners: { scope: this, - 'change': function(field, newv, oldv, opts) { - console.log(field, oldv, newv, opts); + 'change': function(field, newv, oldv) { var ffield = this.getForm().findField('messeinheit'); var pzsId = newv; if (!pzsId) {