Skip to content

Commit

Permalink
remove printout i added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Mar 4, 2015
1 parent dcc47f7 commit 24fab1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoVertex/BeamSpotProducer/src/PVFitter.cc
Expand Up @@ -203,7 +203,6 @@ void PVFitter::setTree(TTree* tree){
bool PVFitter::runBXFitter() {

using namespace ROOT::Minuit2;
std::cout << bxMap_.size() << std::endl;
edm::LogInfo("PVFitter") << " Number of bunch crossings: " << bxMap_.size() << std::endl;

bool fit_ok = true;
Expand Down

0 comments on commit 24fab1f

Please sign in to comment.