Skip to content

Commit b49c17e

Browse files
authored
Merge pull request #161 from fbourigault/remove-stopwatch-plugin
remove stopwatch plugin for discovered clients.
2 parents 6124a1f + 8625c0d commit b49c17e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DependencyInjection/HttplugExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,6 @@ private function registerAutoDiscoverableClient(ContainerBuilder $container, $na
433433
if ($profiling) {
434434
// To profile the requests, add a StackPlugin as first plugin in the chain.
435435
$plugins[] = $this->configureStackPlugin($container, $name, $serviceId);
436-
437-
$this->decoratePluginWithProfilePlugin($container, 'httplug.plugin.stopwatch');
438-
$plugins[] = 'httplug.plugin.stopwatch';
439436
}
440437

441438
$container

0 commit comments

Comments
 (0)