[Lada-commits] [PATCH 1 of 2] Remove debug logging

Wald Commits scm-commit at wald.intevation.org
Thu Oct 13 18:37:19 CEST 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1476365725 -7200
# Node ID f4a9fe78404fd4ac8045da7230e2149253d4b8b3
# Parent  3e6756b0fc97568f0b7255fb84d76347fc7ef6b9
Remove debug logging.

diff -r 3e6756b0fc97 -r f4a9fe78404f app/view/widget/DynamicGrid.js
--- 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 &&


More information about the Lada-commits mailing list