Mercurial > lada > lada-client
diff app/view/widget/DynamicGrid.js @ 1213:f4a9fe78404f
Remove debug logging.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 13 Oct 2016 15:35:25 +0200 |
parents | a73726bba79c |
children | 4270da0f7d3b |
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 &&