Skip to content

Commit acc0840

Browse files
committed
Remove more unused code
1 parent 812c6cb commit acc0840

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

x-pack/plugins/infra/common/search_strategies/log_entries/log_entries.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as rt from 'io-ts';
88
import { logSourceColumnConfigurationRT } from '../../http_api/log_sources';
99
import {
1010
logEntryAfterCursorRT,
11-
// logEntryAroundCursorRT,
1211
logEntryBeforeCursorRT,
1312
logEntryCursorRT,
1413
logEntryRT,
@@ -42,16 +41,10 @@ export const logEntriesAfterSearchRequestParamsRT = rt.intersection([
4241
logEntryAfterCursorRT,
4342
]);
4443

45-
// export const logEntriesCenteredSearchRequestParamsRT = rt.intersection([
46-
// logEntriesBaseSearchRequestParamsRT,
47-
// logEntryAroundCursorRT,
48-
// ]);
49-
5044
export const logEntriesSearchRequestParamsRT = rt.union([
5145
logEntriesBaseSearchRequestParamsRT,
5246
logEntriesBeforeSearchRequestParamsRT,
5347
logEntriesAfterSearchRequestParamsRT,
54-
// logEntriesCenteredSearchRequestParamsRT,
5548
]);
5649

5750
export type LogEntriesSearchRequestParams = rt.TypeOf<typeof logEntriesSearchRequestParamsRT>;

x-pack/plugins/infra/public/containers/logs/log_entries_async.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)