aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-15 13:21:13 +0100
committerMike McQuaid2016-07-15 13:21:13 +0100
commit2b078be186dec5d56ef11e1fcca4927506756704 (patch)
tree6c35ed45ac937d49838ab5e6e28b9379c774a45f /Library
parent326039763276b2a38b8fcccea0be4a31493a6bda (diff)
downloadbrew-2b078be186dec5d56ef11e1fcca4927506756704.tar.bz2
test-bot: remove Jenkins Git debugging.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 9e240ebb8..2c9a77bcf 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -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