Backout 8239.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8241 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b49f83a22a
commit
5a33d7292f
|
@ -232,7 +232,6 @@ module Redmine
|
|||
io.close_write
|
||||
block.call(io) if block_given?
|
||||
end
|
||||
logger.debug "Return code: #{$?.exitstatus}" if !$?.success? && logger && logger.debug?
|
||||
## If scm command does not exist,
|
||||
## Linux JRuby 1.6.2 (ruby-1.8.7-p330) raises java.io.IOException
|
||||
## in production environment.
|
||||
|
|
Loading…
Reference in New Issue