Skip to content

Commit 0526b54

Browse files
committed
Remove code comments
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 7498fb3 commit 0526b54

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mcp/src/main/java/io/modelcontextprotocol/server/McpAsyncServer.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,6 @@ public Mono<Void> loggingNotification(LoggingMessageNotification loggingMessageN
669669
return Mono.error(new McpError("Logging message must not be null"));
670670
}
671671

672-
// Map<String, Object> params =
673-
// this.objectMapper.convertValue(loggingMessageNotification,
674-
// new TypeReference<Map<String, Object>>() {
675-
// });
676-
677672
if (loggingMessageNotification.level().level() < minLoggingLevel.level()) {
678673
return Mono.empty();
679674
}

0 commit comments

Comments
 (0)