We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68ea51 + d755d98 commit a49cbe3Copy full SHA for a49cbe3
1 file changed
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