Skip to content

Commit

Permalink
turning off verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 14, 2013
1 parent 5c808d8 commit 1638b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TtDecayChannelSelector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bool TtDecayChannelSelector::operator()(const reco::GenParticleCollection& parts
}
}
}
if (true) {
if (verbose) {
//edm::LogVerbatim log("TtDecayChannelSelector");
std::cout << "----------------------" << "\n";
std::cout << " iTop : " << iTop << "\n";
Expand Down

0 comments on commit 1638b6e

Please sign in to comment.