mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Remove spurious logline
This commit is contained in:
@ -317,7 +317,6 @@ class RPCServer(
|
||||
context.invocation.pushToLoggingContext()
|
||||
when (arguments) {
|
||||
is Try.Success -> {
|
||||
log.info("SUBMITTING")
|
||||
rpcExecutor!!.submit {
|
||||
val result = invokeRpc(context, clientToServer.methodName, arguments.value)
|
||||
sendReply(clientToServer.replyId, clientToServer.clientAddress, result)
|
||||
|
Reference in New Issue
Block a user