Commit a2fd27418806406cb4d5a178f5b251569628082b
1 parent
6b1de4f1
Exists in
master
and in
111 other branches
Remove a log
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotLegendSeriesForm.js
... | ... | @@ -13,7 +13,6 @@ Ext.define('amdaPlotComp.PlotLegendSeriesForm', { |
13 | 13 | |
14 | 14 | setObject : function(object) { |
15 | 15 | this.object = object.get('panel-legend-series'); |
16 | - console.log(this.object); | |
17 | 16 | if (this.object != null) |
18 | 17 | this.loadRecord(this.object); |
19 | 18 | var legendTypeField = this.getForm().findField('legend-series-type'); |
... | ... |