Skip to content
Snippets Groups Projects
Commit 14fd1737 authored by Aleksandra Poreba's avatar Aleksandra Poreba
Browse files

Decrease verbosity

parent e93def92
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ StatusCode L1InfoHypoTool::initialize(){ ...@@ -18,7 +18,7 @@ StatusCode L1InfoHypoTool::initialize(){
StatusCode L1InfoHypoTool::decide(const std::vector<IL1InfoHypoTool::L1Info>& input) const{ StatusCode L1InfoHypoTool::decide(const std::vector<IL1InfoHypoTool::L1Info>& input) const{
ATH_MSG_INFO("Executing decide() of " << name()); ATH_MSG_DEBUG("Executing decide() of " << name());
std::vector<IL1InfoHypoTool::L1Info* > positive( input.size() ); std::vector<IL1InfoHypoTool::L1Info* > positive( input.size() );
......
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