File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 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
6363 public function sendRequests (RequestInterface ...$ requests ): array
6464 {
6565 if ($ this ->client instanceof CurlClient) {
66- info ('Crawler::sendRequests CurlClient ' , [
67- 'requests ' => array_map (
68- fn ($ request ) => $ request ->getUri (),
69- $ requests
70- ),
71- ]);
72-
7366 return $ this ->client ->sendRequests (...$ requests );
7467 }
7568
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function __construct(?EmbedLib $embed = null)
3030 public function updateEmbeds (array $ embeds ): void
3131 {
3232 $ urls = \array_map (static fn (Embed $ embed ) => $ embed ->getUrl (), $ embeds );
33- info ( ' Extracting URLs ' , [ ' urls ' => $ urls ]);
33+
3434 $ extractors = $ this ->embedLib ->getMulti (...$ urls );
3535
3636 foreach ($ extractors as $ i => $ extractor ) {
You can’t perform that action at this time.
0 commit comments