From 2549703f08e00d05eaf75b3c3d4f8f2b70b0e9a1 Mon Sep 17 00:00:00 2001 From: Liza K Date: Fri, 4 Oct 2019 08:37:39 +0300 Subject: [PATCH] Deleted persisted log folder --- src/legacy/ui/public/persisted_log/index.ts | 22 --------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/legacy/ui/public/persisted_log/index.ts diff --git a/src/legacy/ui/public/persisted_log/index.ts b/src/legacy/ui/public/persisted_log/index.ts deleted file mode 100644 index 6d984d155d551..0000000000000 --- a/src/legacy/ui/public/persisted_log/index.ts +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import { npStart } from '../new_platform'; - -export const recentlyAccessed = npStart.core.chrome.recentlyAccessed;