Commit a2fd27418806406cb4d5a178f5b251569628082b

Authored by Benjamin Renard
1 parent 6b1de4f1

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');
... ...