Skip to content

Commit b78729c

Browse files
committed
remove unnecessary comment
1 parent c7ff533 commit b78729c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mcp_proxy_for_aws/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
@contextlib.asynccontextmanager
5757
async def _initialize_client(transport: ClientTransport):
5858
"""Handle the exceptions for during client initialize."""
59-
# line = sys.stdin.readline()
60-
# logger.debug('First line from kiro %s', line)
6159
async with contextlib.AsyncExitStack() as stack:
6260
try:
6361
client = await stack.enter_async_context(ProxyClient(transport))

0 commit comments

Comments
 (0)