Mercurial > lada > lada-client
changeset 1213:f4a9fe78404f
Remove debug logging.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 13 Oct 2016 15:35:25 +0200 |
parents | 3e6756b0fc97 |
children | c992e57a9328 |
files | app/view/widget/DynamicGrid.js |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/widget/DynamicGrid.js Thu Oct 13 14:42:26 2016 +0200 +++ b/app/view/widget/DynamicGrid.js Thu Oct 13 15:35:25 2016 +0200 @@ -98,8 +98,7 @@ if (rec.get('readonly') === false && rec.get('owner') === true && !rec.get('statusEdit')) { - console.log('edit' + rec.get('statusEdit')); - return 'edit'; + return 'edit'; } else if (rec.get('readonly') === false && rec.get('owner') === true &&