We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68ea51 commit d755d98Copy full SHA for d755d98
src/InMemoryDocumentStore.php
@@ -90,7 +90,6 @@ public function hasCollectionIndex(string $collectionName, string $indexName): b
90
{
91
foreach ($this->inMemoryConnection['documentIndices'][$collectionName] as $index) {
92
if($index instanceof FieldIndex || $index instanceof MultiFieldIndex) {
93
- echo $index->name();
94
if($index->name() === $indexName) {
95
return true;
96
}
0 commit comments