From a0c982d5dc7bff7ca5aa2b4542e7d03b6db7d517 Mon Sep 17 00:00:00 2001
From: Baptiste Mouginot <mouginot.baptiste@gmail.com>
Date: Thu, 23 Jan 2014 11:27:07 +0000
Subject: [PATCH] few correction

git-svn-id: svn+ssh://svn.in2p3.fr/class@184 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 gui/trunk/CLASSRead.cxx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gui/trunk/CLASSRead.cxx b/gui/trunk/CLASSRead.cxx
index a4b72e26c..6a7519f39 100755
--- a/gui/trunk/CLASSRead.cxx
+++ b/gui/trunk/CLASSRead.cxx
@@ -270,8 +270,6 @@ void CLASSRead::Plot(vector<CLASSPlotElement> toplot, string opt)
 		if( i !=0 ) out += " same";
 
 		fGraph[i]->SetName(GetTittleOutName(toplot[i]).c_str());
-		cout << GetTittleOutName(toplot[i]).c_str() << endl;
-		cout << GetTittleOutName(toplot[i]).c_str() << endl;
 		fGraph[i]->SetTitle(GetTittleOutName(toplot[i]).c_str());
 		fGraph[i]->SetLineColor(CurveColor(i));
 		fGraph[i]->SetMarkerColor(CurveColor(i));
-- 
GitLab