You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/07/23 15:12:42 UTC

[incubator-openwhisk-runtime-ruby] 04/19: remove debugging code

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-ruby.git

commit ab31ca3f890ccdfc2170aff35b7ceb06b047f2cd
Author: Kei Sawada <k...@swd.cc>
AuthorDate: Tue Jun 5 22:01:16 2018 +0900

    remove debugging code
---
 tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala b/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
index c581273..4075cf6 100644
--- a/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
+++ b/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
@@ -47,7 +47,6 @@ class Ruby25ActionContainerTests extends BasicActionRunnerTests with WskActorSys
           |def main(args)
           |  puts 'hello stdout'
           |  warn 'hello stderr'
-          |  #require 'net/http'; require 'uri'; res = Net::HTTP.post_form(URI.parse('http://remore-mockbin.herokuapp.com/bin/38e74975-104b-4733-9d90-834aaf14f909'), {'q'=>args, 'max'=>args.class.to_s})
           |  args
           |end
           """.stripMargin)