changeset 1136:8b35db6b2306

Remove stray logging.
author Tom Gottfried <tom@intevation.de>
date Wed, 25 May 2016 18:46:20 +0200
parents 6408811c5c41
children 53d108efab0b
files app/view/grid/DatensatzErzeuger.js app/view/grid/MessprogrammKategorie.js app/view/grid/Orte.js app/view/grid/Probenehmer.js
diffstat 4 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/grid/DatensatzErzeuger.js	Wed May 25 15:43:00 2016 +0200
+++ b/app/view/grid/DatensatzErzeuger.js	Wed May 25 18:46:20 2016 +0200
@@ -69,7 +69,6 @@
             sortable: false,
             width: 30,
             getClass: function (val, meta, rec) {
-                console.log(rec.get('statusEdit'));
                 if (rec.get('readonly') === false) {
                         return 'edit';
                 }
--- a/app/view/grid/MessprogrammKategorie.js	Wed May 25 15:43:00 2016 +0200
+++ b/app/view/grid/MessprogrammKategorie.js	Wed May 25 18:46:20 2016 +0200
@@ -70,7 +70,6 @@
             sortable: false,
             width: 30,
             getClass: function (val, meta, rec) {
-                console.log(rec.get('statusEdit'));
                 if (rec.get('readonly') === false) {
                         return 'edit';
                 }
--- a/app/view/grid/Orte.js	Wed May 25 15:43:00 2016 +0200
+++ b/app/view/grid/Orte.js	Wed May 25 18:46:20 2016 +0200
@@ -49,7 +49,6 @@
             sortable: false,
             width: 30,
             getClass: function (val, meta, rec) {
-                console.log(rec.get('statusEdit'));
                 if (rec.get('readonly') === false) {
                         return 'edit';
                 }
--- a/app/view/grid/Probenehmer.js	Wed May 25 15:43:00 2016 +0200
+++ b/app/view/grid/Probenehmer.js	Wed May 25 18:46:20 2016 +0200
@@ -70,7 +70,6 @@
             sortable: false,
             width: 30,
             getClass: function (val, meta, rec) {
-                console.log(rec.get('statusEdit'));
                 if (rec.get('readonly') === false) {
                         return 'edit';
                 }

http://lada.wald.intevation.org