Skip to content

Commit e082fd3

Browse files
committed
Rmoved unnecessary line of codes
1 parent 0eecd64 commit e082fd3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ $server = Server::builder()
239239
**Learning:**
240240
- [Examples](docs/examples.md) - Comprehensive example walkthroughs
241241

242-
243242
**External Resources:**
244243
- [Model Context Protocol documentation](https://modelcontextprotocol.io)
245244
- [Model Context Protocol specification](https://spec.modelcontextprotocol.io)

src/Server/Builder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ public function build(): Server
391391
$container = $this->container ?? new Container();
392392
$registry = new Registry($this->eventDispatcher, $logger);
393393

394-
// Enable Client logging capability if requested
395394
if (!$this->logging) {
396395
$registry->disableLogging();
397396
}

0 commit comments

Comments
 (0)