Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed May 12, 2020
1 parent 51ca685 commit d6db09e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const config = yaml.safeLoad(
)
);

console.log(config);

const KIBANA_INDEX = config['kibana.index'] as string;
const TASK_MANAGER_INDEX = config['xpack.task_manager.index'] as string;
const KIBANA_ROLE_SUFFIX = argv.roleSuffix as string;
Expand Down

0 comments on commit d6db09e

Please sign in to comment.