core-components: remove dead code in LogViewer

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>

chore: updating new yarn.lock changes

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Patrik Oldsberg
2021-12-06 00:59:31 +01:00
committed by blam
parent 85d54b888c
commit ed3a7567a0
2 changed files with 44 additions and 10 deletions
@@ -71,11 +71,6 @@ export interface ChunkModifiers {
underline?: boolean;
}
// export interface AnsiLine {
// lineNumber: number;
// chunks: AnsiChunk[];
// }
export interface AnsiChunk {
text: string;
modifiers: ChunkModifiers;