[ARVADOS] updated: ce4970b9546b586c8caa8416ea13dab8c4866d59
Git user
git at public.curoverse.com
Fri Mar 24 14:42:35 EDT 2017
Summary of changes:
services/api/Rakefile | 1 -
1 file changed, 1 deletion(-)
via ce4970b9546b586c8caa8416ea13dab8c4866d59 (commit)
from d31988b6da2d779a8f3ba4ba3c40760f9729c59f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ce4970b9546b586c8caa8416ea13dab8c4866d59
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Mar 24 14:42:30 2017 -0400
Remove debug printf.
No issue #
diff --git a/services/api/Rakefile b/services/api/Rakefile
index 6df88c3..925e6c2 100644
--- a/services/api/Rakefile
+++ b/services/api/Rakefile
@@ -70,7 +70,6 @@ module Kernel
alias_method :orig_backtick, :`
def `(*args) #`#` sorry, parsers
args[0].sub!(/\Apg_dump -i /, 'pg_dump ') rescue nil
- STDERR.puts "`#{args.inspect}`"
orig_backtick(*args)
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list