diff --git a/actor4k-cluster/src/main/kotlin/io/github/smyrgeorge/actor4k/cluster/ClusterImpl.kt b/actor4k-cluster/src/main/kotlin/io/github/smyrgeorge/actor4k/cluster/ClusterImpl.kt index 5c535c62..b965211e 100644 --- a/actor4k-cluster/src/main/kotlin/io/github/smyrgeorge/actor4k/cluster/ClusterImpl.kt +++ b/actor4k-cluster/src/main/kotlin/io/github/smyrgeorge/actor4k/cluster/ClusterImpl.kt @@ -52,7 +52,6 @@ class ClusterImpl( suspend fun msg(message: Envelope): Envelope.Response { val target = nodeOf(message.shard) return if (target.dc == conf.alias) { - println("NOOOOOOOOOOOO") // Shortcut in case we need to send a message to self (same node). grpcService.request(message) } else {