We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4162a commit 03fb4c2Copy full SHA for 03fb4c2
lib/webpacker/commands.rb
@@ -14,8 +14,6 @@ def clean(count = 2)
14
File.delete(file) if File.exist?(file)
15
logger.info "Removed #{file}"
16
end
17
- else
18
- logger.info "Keeping the latest #{count} versions. Nothing to do"
19
20
21
true
0 commit comments