Skip to content
Snippets Groups Projects
Commit 2e7e2200 authored by Walter Lampl's avatar Walter Lampl
Browse files

remove useless INFO message in MultipleScatteringUpdator.cxx

parent 27fba961
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,6 @@ Trk::MultipleScatteringUpdator::initialize() { ...@@ -92,7 +92,6 @@ Trk::MultipleScatteringUpdator::initialize() {
} else { } else {
ATH_MSG_VERBOSE("Gaussian mixture model = OFF"); ATH_MSG_VERBOSE("Gaussian mixture model = OFF");
} }
ATH_MSG_INFO("initialize() successful");
return StatusCode::SUCCESS; return StatusCode::SUCCESS;
} }
......
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