Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed May 24, 2024
1 parent 7bf33cb commit e7adcde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SearchIndexAdapter/OpenSearch/IndexAliasService.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function addAlias(string $aliasName, string $indexName): array
],
],
];
p_r($params);

return $this->openSearchClient->indices()->updateAliases($params);
}
Expand Down

0 comments on commit e7adcde

Please sign in to comment.