test-bot: remove Jenkins Git debugging.

This commit is contained in:
Mike McQuaid 2016-07-15 13:21:13 +01:00
parent 3260397632
commit 2b078be186

View File

@ -262,7 +262,6 @@ module Homebrew
end
def git(*args)
puts "#{@repository}: git #{args.join " "}" if ENV["JENKINS_HOME"]
@repository.cd { Utils.popen_read("git", *args) }
end