mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
Merge pull request #2583 from corda/aslemmer-remove-log-line
Remove spurious logline
This commit is contained in:
commit
4e13523d64
@ -317,7 +317,6 @@ class RPCServer(
|
|||||||
context.invocation.pushToLoggingContext()
|
context.invocation.pushToLoggingContext()
|
||||||
when (arguments) {
|
when (arguments) {
|
||||||
is Try.Success -> {
|
is Try.Success -> {
|
||||||
log.info("SUBMITTING")
|
|
||||||
rpcExecutor!!.submit {
|
rpcExecutor!!.submit {
|
||||||
val result = invokeRpc(context, clientToServer.methodName, arguments.value)
|
val result = invokeRpc(context, clientToServer.methodName, arguments.value)
|
||||||
sendReply(clientToServer.replyId, clientToServer.clientAddress, result)
|
sendReply(clientToServer.replyId, clientToServer.clientAddress, result)
|
||||||
|
Loading…
Reference in New Issue
Block a user