Skip to content

Commit a49cbe3

Browse files
author
Alexander Miertsch
authored
Merge pull request #9 from bitExpert-forks/remove-echo
Remove unexpected echo
2 parents c68ea51 + d755d98 commit a49cbe3

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)