-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "Nothing to do" log entry #2393
Conversation
@@ -27,7 +27,6 @@ def compile | |||
record_compilation_digest | |||
end | |||
else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
else | |
else | |
logger.debug "Everything's up-to-date. Nothing to do" |
@reggieb This feels like a good change to me. Want to accept the requested change so we can try to get this through? |
@rossta I've reinstated the logger call with the level set to debug |
This would be very helpful to merge in when able! |
@jakeNiemiec Tagging to bring this to your attention. You'd be very popular if you found time to re-review and merge! |
Is there a reason why this has been closed without merging? |
Sorry @reggieb Was just trying to cleanup PRS and issues so we can look things afresh post 6.0 release. |
@gauravtiwari No problem. I'm really please this has finally been merged. Thank you. |
#2392
Removes the "Nothing to do" log entry from the
Webpacker::Compiler#compiler
method.Nothing to do should include logging!