From 570f1415fd409a529f06f12d0d060769f92dc9c9 Mon Sep 17 00:00:00 2001
From: Lorenzo Moneta <Lorenzo.Moneta@cern.ch>
Date: Thu, 19 Feb 2015 15:37:08 +0100
Subject: [PATCH] remove printout added by mistake in previous commit

---
 hist/hist/src/TFormula.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hist/hist/src/TFormula.cxx b/hist/hist/src/TFormula.cxx
index 32bbe0fe2f5..4d62639d085 100644
--- a/hist/hist/src/TFormula.cxx
+++ b/hist/hist/src/TFormula.cxx
@@ -1743,7 +1743,6 @@ void TFormula::SetParameters(Double_t p0,Double_t p1,Double_t p2,Double_t p3,Dou
                    Double_t p5,Double_t p6,Double_t p7,Double_t p8,
                    Double_t p9,Double_t p10)
 {
-   printf("setting parameters\n");
    if(fNpar >= 1) SetParameter(0,p0);
    if(fNpar >= 2) SetParameter(1,p1);
    if(fNpar >= 3) SetParameter(2,p2);
-- 
GitLab