We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1395ca commit a87a2e5Copy full SHA for a87a2e5
lib/java_buildpack/component/base_component.rb
@@ -89,7 +89,6 @@ def release
89
# @return [Void]
90
def download(version, uri, name = @component_name)
91
download_start_time = Time.now
92
- print "FIXMEDEBUG #{'----->'.red.bold} Downloading #{name.blue.bold} #{version.to_s.blue} from #{uri} "
93
print "#{'----->'.red.bold} Downloading #{name.blue.bold} #{version.to_s.blue} from #{uri.sanitize_uri} "
94
95
JavaBuildpack::Util::Cache::CacheFactory.create.get(uri) do |file, downloaded|
0 commit comments