Skip to content
Snippets Groups Projects
Commit 2147f674 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Remove a debug message introduced before 6.12 by mistake. This fixes ROOT-9303

parent edbf7103
No related branches found
No related tags found
No related merge requests found
......@@ -959,7 +959,7 @@ RooAbsData* RooDataSet::reduceEng(const RooArgSet& varSubset, const RooFormulaVa
{
checkInit() ;
cout << "reduceEng varSubset = " << varSubset << " _wgtVar = " << (_wgtVar ? _wgtVar->GetName() : "") << endl;
//cout << "reduceEng varSubset = " << varSubset << " _wgtVar = " << (_wgtVar ? _wgtVar->GetName() : "") << endl;
RooArgSet tmp(varSubset) ;
if (_wgtVar) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment