Skip to content

Commit

Permalink
HOTFIX: Comment out log call breaking on Rails 5 thedarkone#61
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator authored and Administrator committed Feb 25, 2020
1 parent a709a10 commit 6b8c895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_development_boost/dependencies_patch.rb
Expand Up @@ -346,7 +346,7 @@ def process_consts_scheduled_for_removal_internal
end

def unload_modified_files_internal!
log_call
# log_call
if DependenciesPatch.async?
# because of the forking ruby servers (threads don't survive the forking),
# the Async heartbeat/init check needs to be here (instead of it being a boot time thing)
Expand Down

0 comments on commit 6b8c895

Please sign in to comment.