From e484a54f0f03d33552af130af1cca7b09d23896d Mon Sep 17 00:00:00 2001 From: Matt Apperson Date: Mon, 22 Jul 2019 21:35:35 -0400 Subject: [PATCH] remove CRUFT --- x-pack/legacy/plugins/ingest/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/legacy/plugins/ingest/index.ts b/x-pack/legacy/plugins/ingest/index.ts index cc6f7049d25399..e5c8c856d86a09 100644 --- a/x-pack/legacy/plugins/ingest/index.ts +++ b/x-pack/legacy/plugins/ingest/index.ts @@ -9,7 +9,6 @@ import { i18n } from '@kbn/i18n/src'; import { PLUGIN } from './common/constants'; import { CONFIG_PREFIX } from './common/constants/plugin'; import { initServerWithKibana } from './server/kibana.index'; -// export const config = Joi.object({ enabled: Joi.boolean().default(true),