aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb
diff options
context:
space:
mode:
authorGravatar ganmacs <ganmacs@gmail.com>2018-05-14 17:14:36 +0900
committerGravatar ganmacs <ganmacs@gmail.com>2018-05-14 17:14:36 +0900
commitaf48e680289738af6a7de5ef2883f4699e33572f (patch)
tree80c37410524d2843daeacde4f4c02b97d64c1fa9 /src/ruby/pb
parent3d3ed790859f7b6f6991fcbe4571a18e2771832c (diff)
Remove print
Diffstat (limited to 'src/ruby/pb')
-rwxr-xr-xsrc/ruby/pb/test/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/pb/test/client.rb b/src/ruby/pb/test/client.rb
index 63959d9b14..1b9d7cbbe6 100755
--- a/src/ruby/pb/test/client.rb
+++ b/src/ruby/pb/test/client.rb
@@ -734,7 +734,7 @@ def parse_args
opts.on('--use_tls USE_TLS', ['false', 'true'],
'require a secure connection?') do |v|
args['secure'] = v == 'true'
-p end
+ end
opts.on('--use_test_ca USE_TEST_CA', ['false', 'true'],
'if secure, use the test certificate?') do |v|
args['use_test_ca'] = v == 'true'