diff --git a/js/app/views/PlotComponents/PlotLegendSeriesForm.js b/js/app/views/PlotComponents/PlotLegendSeriesForm.js
index a8c1f39..7465b0f 100644
--- a/js/app/views/PlotComponents/PlotLegendSeriesForm.js
+++ b/js/app/views/PlotComponents/PlotLegendSeriesForm.js
@@ -13,7 +13,6 @@ Ext.define('amdaPlotComp.PlotLegendSeriesForm', {
 	
 	setObject : function(object) {
 		this.object = object.get('panel-legend-series');
-		console.log(this.object);
 		if (this.object != null)
 			this.loadRecord(this.object);
 		var legendTypeField = this.getForm().findField('legend-series-type');
--
libgit2 0.21.2