8000 minor: remove the logger as it seems uneeded · sroze/symfony@4fc6033 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fc6033

Browse files
author
Amrouche Hamza
committed
minor: remove the logger as it seems uneeded
1 parent 8977f74 commit 4fc6033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/CachingHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(HttpClientInterface $client, StoreInterface $store,
4646
}
4747

4848
$this->client = $client;
49-
$kernel = new HttpClientKernel($client, $logger);
49+
$kernel = new HttpClientKernel($client);
5050
$this->cache = new HttpCache($kernel, $store, null, $defaultOptions);
5151

5252
unset($defaultOptions['debug']);

0 commit comments

Comments
 (0)
0