Mercurial > lada > lada-client
comparison app/view/grid/Messwert.js @ 591:f2742f9b5a64
Removed debug logs.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 11 Mar 2015 15:27:11 +0100 |
parents | e440b66a859f |
children | 927484545e9b |
comparison
equal
deleted
inserted
replaced
590:e440b66a859f | 591:f2742f9b5a64 |
---|---|
128 this.initData(); | 128 this.initData(); |
129 this.callParent(arguments); | 129 this.callParent(arguments); |
130 }, | 130 }, |
131 | 131 |
132 initData: function() { | 132 initData: function() { |
133 console.log('init messwert data'); | |
134 if (this.store) { | 133 if (this.store) { |
135 this.store.removeAll(); | 134 this.store.removeAll(); |
136 } | 135 } |
137 else { | 136 else { |
138 this.store = Ext.create('Lada.store.Messwerte'); | 137 this.store = Ext.create('Lada.store.Messwerte'); |