Skip to content

Remove cout that kills many unit tests

Walter Lampl requested to merge wlampl/athena:GeoModel_removeStrayCout into master

A left-over cout statement sneaked in with !25730 (merged) leading to many unit-test failing with log-file differences. This MR removes this cout.

Merge request reports