From 56820d6a80acb1581a221f99ab6590e682fc9f66 Mon Sep 17 00:00:00 2001
From: Xavier Valls <xaviervallspla@gmail.com>
Date: Sat, 15 Sep 2018 14:00:24 +0200
Subject: [PATCH] Remove debugging cout

---
 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 f82fc9c0ad3..c0afe1db8de 100644
--- a/hist/hist/src/TFormula.cxx
+++ b/hist/hist/src/TFormula.cxx
@@ -2311,7 +2311,6 @@ void TFormula::ProcessFormula(TString &formula)
    // In case of a Cling Error check components which are not found in Cling
    // check that all formula components are matched otherwise emit an error
    if (!fClingInitialized && !fLazyInitialization) {
-      std::cout << "I am here " << std::endl;
       //Bool_t allFunctorsMatched = false;
       for (list<TFormulaFunction>::iterator it = fFuncs.begin(); it != fFuncs.end(); ++it) {
          // functions are now by default always not checked 
-- 
GitLab