Skip to content

Commit 95b688f

Browse files
committed
Cleanup of debugging statements
1 parent bf6d774 commit 95b688f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Controller/Index/Html.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public function execute(): ResultInterface|ResponseInterface
5555
$updates = $this->sortUpdates($updates);
5656

5757
foreach ($updates as $update) {
58-
echo "UPDATE: ".$update['blockName']."\n";
5958
try {
6059
$this->repositoryDispatcher->dispatch(
6160
$update['component'],

Test/Integration/LokiComponentsTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ protected function existsElementIdOnPage(string $elementId): bool
163163
return false;
164164
}
165165

166-
echo 'Not rendered: ' . $elementId;
167166
if (str_contains($body, 'Not rendered: ' . $elementId)) {
168167
return false;
169168
}

0 commit comments

Comments
 (0)