We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95a8ee commit 57d3041Copy full SHA for 57d3041
app/EmbedProcessor.php
@@ -43,11 +43,9 @@ public function __invoke(DocumentParsedEvent $event): void
43
$embeds = [];
44
45
foreach (new NodeIterator($document) as $node) {
46
- info('Processing node of type: '.get_class($node));
47
if (! ($node instanceof Embed)) {
48
continue;
49
}
50
- info('Node is an embed, processing...');
51
52
if ($node->parent() !== $document) {
53
$replacement = new Paragraph;
0 commit comments