precice / micro-manager

A manager tool to facilitate two-scale coupling in multi-physics simulations using preCICE.
GNU Lesser General Public License v3.0
16 stars 11 forks source link

Remove unused import of micro simulations #83

Closed tjwsch closed 8 months ago

tjwsch commented 8 months ago

This removes an unnecessary import of the MicroSimulation class that was not used. In a personal meeting, we also discussed if one of the logger level sets could be removed but on further investigation, they seem to serve slightly different purposes.

tjwsch commented 8 months ago

After further investigation on the other lines, I found that setting the logger level in the root logger and a handler serves different purposes, thus both setLevel calls are necessary, as I wrote in my first comment. That was the only other cleanup I remember us discussing.