File tree 2 files changed +1
-8
lines changed 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ public function sendRequest(RequestInterface $request): ResponseInterface
63
63
public function sendRequests (RequestInterface ...$ requests ): array
64
64
{
65
65
if ($ this ->client instanceof CurlClient) {
66
- info ('Crawler::sendRequests CurlClient ' , [
67
- 'requests ' => array_map (
68
- fn ($ request ) => $ request ->getUri (),
69
- $ requests
70
- ),
71
- ]);
72
-
73
66
return $ this ->client ->sendRequests (...$ requests );
74
67
}
75
68
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function __construct(?EmbedLib $embed = null)
30
30
public function updateEmbeds (array $ embeds ): void
31
31
{
32
32
$ urls = \array_map (static fn (Embed $ embed ) => $ embed ->getUrl (), $ embeds );
33
- info ( ' Extracting URLs ' , [ ' urls ' => $ urls ]);
33
+
34
34
$ extractors = $ this ->embedLib ->getMulti (...$ urls );
35
35
36
36
foreach ($ extractors as $ i => $ extractor ) {
You can’t perform that action at this time.
0 commit comments