Skip to content

Commit ffef0a9

Browse files
authored
Remove unnecessary sysout (#4897)
1 parent 8ec3c24 commit ffef0a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,6 @@ class ContainerProxy(factory: (TransactionId,
633633
.flatMap(_ => container.destroy()(TransactionId.invokerNanny))
634634
.map(_ => ContainerRemoved)
635635
.pipeTo(self)
636-
println("removing")
637636
goto(Removing) using newData
638637
}
639638

0 commit comments

Comments
 (0)