Merge pull request #2583 from corda/aslemmer-remove-log-line

Remove spurious logline
This commit is contained in:
Andras Slemmer 2018-02-21 09:50:51 +00:00 committed by GitHub
commit 4e13523d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)