Describe your use case
A logger is added to the StateData class. The stateData class is a simple data class with no behavior. As a result there's no behavior/events to log. Remove the copy construction bloat.
Describe alternatives solutions you've considered
There are no alternatives. This is just cleaning up.
Additional context
NA