Skip to content

Reduce verbosity moving messages to DEBUG, and removing redundant interface declaration

Carlo Varni requested to merge cvarni/athena:reduceVerbosityActsSeeding into master

This MR takes care of the following minor changes:

  • base_class is already taking care of doing the declareInterface. It is thus redundant to do that again in the constructor body
  • Moving ATH_MSG_INFO messages for listing properties in the initialize method to ATH_MSG_DEBUG

Merge request reports