Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
astilla committed Dec 3, 2024
1 parent fa130c9 commit 6c0d440
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mongo/util/IndexUtils.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ public function ensureIndexes($reindex=false,$storeName=null,$background=true)
$indexFields = $fields;
}

// TODO is there a logger to use...
// error_log('create index - fields: '.json_encode($fields).' - options: '.json_encode($indexOptions));

$config->getCollectionForCBD($storeName, $collectionName)
->createIndex(
$indexFields,
Expand Down

0 comments on commit 6c0d440

Please sign in to comment.