From a2fd27418806406cb4d5a178f5b251569628082b Mon Sep 17 00:00:00 2001
From: Benjamin Renard <benjamin.renard@akka.eu>
Date: Thu, 8 Oct 2015 15:59:32 +0200
Subject: [PATCH] Remove a log

---
 js/app/views/PlotComponents/PlotLegendSeriesForm.js | 1 -
 1 file changed, 0 insertions(+), 1 deletion(-)

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