Skip to content

Commit

Permalink
Remove noisy log message
Browse files Browse the repository at this point in the history
Summary:
title

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: Nekitosss

Differential Revision: D38706094

fbshipit-source-id: 06eab4d04fc12bd1a4deccb057f70d564cf9f5d4
  • Loading branch information
fgasperij authored and facebook-github-bot committed Aug 15, 2022
1 parent 203ca3b commit 7a43463
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ final class LoggingInterceptor<Request, Response>: ServerInterceptor<Request, Re
}

switch part {
case .message where methodInfo.callType == .serverStreaming || methodInfo.callType == .bidirectionalStreaming:
logger.debug().log("Send frame of \(methodInfo.name)")

case let .end(status, _):
reportMethodEnd(methodName: methodInfo.name, status: status, context: context)

Expand Down

0 comments on commit 7a43463

Please sign in to comment.