mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Remove spurious logline
This commit is contained in:
parent
18f81ba973
commit
68c2dd16d9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user