From f75d81ae8768ed794fbf9a099c971091b84f3f17 Mon Sep 17 00:00:00 2001 From: Jimmy Kuang Date: Thu, 12 Mar 2020 17:27:55 -0700 Subject: [PATCH] Removed duplicate comments --- .../__jest__/client_integration/watch_create_json.test.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x-pack/plugins/watcher/__jest__/client_integration/watch_create_json.test.ts b/x-pack/plugins/watcher/__jest__/client_integration/watch_create_json.test.ts index 02a84aec72aa2..2096c0dd61bd8 100644 --- a/x-pack/plugins/watcher/__jest__/client_integration/watch_create_json.test.ts +++ b/x-pack/plugins/watcher/__jest__/client_integration/watch_create_json.test.ts @@ -4,12 +4,6 @@ * you may not use this file except in compliance with the Elastic License. */ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License; - * you may not use this file except in compliance with the Elastic License. - */ - import '../../../es_ui_shared/console_lang/mocks'; import { act } from 'react-dom/test-utils';