Mercurial > lada > lada-client
changeset 1187:793748ded4d4 schema-update
Removed some logging.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 31 Aug 2016 16:24:53 +0200 |
parents | a1c480be0b79 |
children | d57462b81444 |
files | app/view/form/Messung.js app/view/widget/DynamicGrid.js |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/form/Messung.js Wed Aug 31 15:59:28 2016 +0200 +++ b/app/view/form/Messung.js Wed Aug 31 16:24:53 2016 +0200 @@ -237,7 +237,6 @@ if (!swStore) { //Set the textfield asynchronously swStore = Ext.create('Lada.store.StatusWerte'); - console.log('loading sw store messungform'); swStore.load({ scope: this, callback: function(records, operation, success) {
--- a/app/view/widget/DynamicGrid.js Wed Aug 31 15:59:28 2016 +0200 +++ b/app/view/widget/DynamicGrid.js Wed Aug 31 16:24:53 2016 +0200 @@ -98,7 +98,6 @@ if (rec.get('readonly') === false && rec.get('owner') === true && !rec.get('statusEdit')) { - console.log('edit' + rec.get('statusEdit')); return 'edit'; } else if (rec.get('readonly') === false &&