Skip to content

Commit 57d3041

Browse files
committed
wip
1 parent e95a8ee commit 57d3041

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/EmbedProcessor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ public function __invoke(DocumentParsedEvent $event): void
4343
$embeds = [];
4444

4545
foreach (new NodeIterator($document) as $node) {
46-
info('Processing node of type: '.get_class($node));
4746
if (! ($node instanceof Embed)) {
4847
continue;
4948
}
50-
info('Node is an embed, processing...');
5149

5250
if ($node->parent() !== $document) {
5351
$replacement = new Paragraph;

0 commit comments

Comments
 (0)