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 2020/05/06 14:48:24 UTC

[openwhisk] branch master updated: Remove unnecessary sysout (#4897)

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/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new ffef0a9  Remove unnecessary sysout (#4897)
ffef0a9 is described below

commit ffef0a90dc41c296bc287b6877b75bac7518d4ce
Author: 김건희 <ki...@gmail.com>
AuthorDate: Wed May 6 23:48:11 2020 +0900

    Remove unnecessary sysout (#4897)
---
 .../scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala b/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala
index b7e7cf6..142173e 100644
--- a/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala
+++ b/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala
@@ -633,7 +633,6 @@ class ContainerProxy(factory: (TransactionId,
       .flatMap(_ => container.destroy()(TransactionId.invokerNanny))
       .map(_ => ContainerRemoved)
       .pipeTo(self)
-    println("removing")
     goto(Removing) using newData
   }