removed the excess logging messages from #143. Those are in 'excess' because are duplicates : they inform about something happening in a subsequent call to a function, every time this call happens.
therefore, I replaced those by a single logger.info message happening within this given function. Did that for both cf -> pint function and vice versa.
[x] closes #148
[x] tests added / passed
[ ] docs reflect changes
[x] entry in CHANGELOG.md
removed the excess logging messages from #143. Those are in 'excess' because are duplicates : they inform about something happening in a subsequent call to a function, every time this call happens.
therefore, I replaced those by a single
logger.info
message happening within this given function. Did that for both cf -> pint function and vice versa.