Skip to content

Commit d755d98

Browse files
authored
Remove unexpected echo
1 parent c68ea51 commit d755d98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/InMemoryDocumentStore.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public function hasCollectionIndex(string $collectionName, string $indexName): b
9090
{
9191
foreach ($this->inMemoryConnection['documentIndices'][$collectionName] as $index) {
9292
if($index instanceof FieldIndex || $index instanceof MultiFieldIndex) {
93-
echo $index->name();
9493
if($index->name() === $indexName) {
9594
return true;
9695
}

0 commit comments

Comments
 (0)