Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ziaratban committed Aug 4, 2024
1 parent c95d572 commit 9509057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ public function executeBatch($collectionName, $options = [], $execOptions = [])

$this->db->open();
$writeResult = $this->db->manager->executeBulkWrite($databaseName . '.' . $collectionName, $batch, $execOptions);
var_dump($operation);
var_dump($writeResult);

$this->endProfile($token, __METHOD__);
} catch (RuntimeException $e) {
$this->endProfile($token, __METHOD__);
Expand Down

0 comments on commit 9509057

Please sign in to comment.