[Lada-commits] [PATCH] Removed debug logs
Wald Commits
scm-commit at wald.intevation.org
Wed Mar 11 15:26:21 CET 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426084031 -3600
# Node ID f2742f9b5a644d5009ed35d3f4011c769693a6a1
# Parent e440b66a859fa4f1668095725af99e5e4515354f
Removed debug logs.
diff -r e440b66a859f -r f2742f9b5a64 app/controller/grid/Messung.js
--- a/app/controller/grid/Messung.js Wed Mar 11 15:23:16 2015 +0100
+++ b/app/controller/grid/Messung.js Wed Mar 11 15:27:11 2015 +0100
@@ -31,7 +31,6 @@
},
editItem: function(grid, record) {
- console.log(record);
var win = Ext.create('Lada.view.window.MessungEdit', {
record: record
});
diff -r e440b66a859f -r f2742f9b5a64 app/controller/grid/Messwert.js
--- a/app/controller/grid/Messwert.js Wed Mar 11 15:23:16 2015 +0100
+++ b/app/controller/grid/Messwert.js Wed Mar 11 15:27:11 2015 +0100
@@ -36,7 +36,6 @@
},
add: function(button) {
- console.log('add');
var record = Ext.create('Lada.model.Messwert', {
messungsId: button.up('messwertgrid').recordId
});
diff -r e440b66a859f -r f2742f9b5a64 app/view/grid/Messwert.js
--- a/app/view/grid/Messwert.js Wed Mar 11 15:23:16 2015 +0100
+++ b/app/view/grid/Messwert.js Wed Mar 11 15:27:11 2015 +0100
@@ -130,7 +130,6 @@
},
initData: function() {
- console.log('init messwert data');
if (this.store) {
this.store.removeAll();
}
More information about the Lada-commits
mailing list