From d6db09e2da6ac7f582d10d8015e865c4bf5cc8d4 Mon Sep 17 00:00:00 2001 From: Dario Gieselaar Date: Tue, 12 May 2020 11:28:47 +0200 Subject: [PATCH] Remove console.log statement --- .../scripts/kibana-security/setup-custom-kibana-user-role.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/apm/scripts/kibana-security/setup-custom-kibana-user-role.ts b/x-pack/plugins/apm/scripts/kibana-security/setup-custom-kibana-user-role.ts index 40eaa7a7411c73..19e22b3718a787 100644 --- a/x-pack/plugins/apm/scripts/kibana-security/setup-custom-kibana-user-role.ts +++ b/x-pack/plugins/apm/scripts/kibana-security/setup-custom-kibana-user-role.ts @@ -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;