igorkasyanchuk/rails_time_travel

Noisy log messages

crondaemon opened this issue · 0 comments

Hi,
I've noticed that the log message of the running time travel is correctly logged in time_travel only when a travel is in place, but it's done unconditionally in time_travel_return. This ends up in showing TIME TRAVEL RETURN always, even when disabled.

Would it be possible to make it conditional?

I worked on a quick fix, but I had some troubles with your gemfile that references obsolete gem versions (like mimemagic 0.3.5) that cannot be added to my bundle anymore.