aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-05-14 10:03:55 -0700
committerGravatar GitHub <noreply@github.com>2018-05-14 10:03:55 -0700
commitdcd5aefba3dcce196613f1b909b4458413b88808 (patch)
tree80c37410524d2843daeacde4f4c02b97d64c1fa9
parent3d3ed790859f7b6f6991fcbe4571a18e2771832c (diff)
parentaf48e680289738af6a7de5ef2883f4699e33572f (diff)
Merge pull request #15355 from ganmacs/remove-print
Remove print
-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'