Skip to content

Commit 7916e12

Browse files
committed
grpc: Remove println
Signed-off-by: Johannes Zottele <[email protected]>
1 parent 8506d8a commit 7916e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grpc/grpc-core/src/nativeMain/kotlin/kotlinx/rpc/grpc/internal/NativeServerCall.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ internal class NativeServerCall<Request, Response>(
101101
}
102102

103103
private fun initialize() {
104-
println("Initializing native server call")
105104
// finishes if the whole connection is closed.
106105
// this triggers onClose()/onCanceled() callback.
107106
val arena = Arena()

0 commit comments

Comments
 (0)