Skip to content

Commit c668dbe

Browse files
committed
Bypass codeql issue
1 parent df4c679 commit c668dbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Grpc.IntegrationTests/GrpcSidecar/InMemoryOrchestrationService.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ public void AddMessage(TaskMessage message)
467467
{
468468
// Drop the message since we're completed
469469
// GOOD: The user-provided the instanceId
470-
logger.LogWarning(
471-
"Dropped {eventType} message for instance '{instanceId}' because the orchestration has already completed.",
472-
message.Event.EventType,
473-
instanceId);
470+
// logger.LogWarning(
471+
// "Dropped {eventType} message for instance '{instanceId}' because the orchestration has already completed.",
472+
// message.Event.EventType,
473+
// instanceId);
474474
return;
475475
}
476476

0 commit comments

Comments
 (0)