Skip to content

Commit 79874b0

Browse files
author
Chris Wiechmann
committed
Removed some debugger instructions
1 parent 817406a commit 79874b0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

api-builder-plugin-fn-elasticsearch/src/actions/indices.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async function indicesRollover(params, options) {
2020
var { alias, wildcardAlias } = params;
2121
var { logger } = options;
2222
var client = new ElasticsearchClient().client;
23-
debugger;
2423
if (!alias) {
2524
throw new Error('Missing required parameter: alias');
2625
}

api-builder-plugin-fn-elasticsearch/test/indices/indices-Test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ describe('Indices rollover tests', () => {
6060

6161
const inputParameter = { alias: 'apigw-traffic-summary', wildcardAlias: true };
6262
const { value, output } = await flowNode.indicesRollover(inputParameter);
63-
debugger;
6463
expect(output).to.equal('next');
6564
expect(mockedIndicesGetAliasResponse.callCount).to.equals(1);
6665
expect(mockedRolloverResponse.callCount).to.equals(2);

0 commit comments

Comments
 (0)