Skip to content

Commit a87a2e5

Browse files
committed
removes debug output again
1 parent b1395ca commit a87a2e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/java_buildpack/component/base_component.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def release
8989
# @return [Void]
9090
def download(version, uri, name = @component_name)
9191
download_start_time = Time.now
92-
print "FIXMEDEBUG #{'----->'.red.bold} Downloading #{name.blue.bold} #{version.to_s.blue} from #{uri} "
9392
print "#{'----->'.red.bold} Downloading #{name.blue.bold} #{version.to_s.blue} from #{uri.sanitize_uri} "
9493

9594
JavaBuildpack::Util::Cache::CacheFactory.create.get(uri) do |file, downloaded|

0 commit comments

Comments
 (0)