mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Clean up
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e85f975e4b
commit
dd8efbc7de
@ -110,8 +110,6 @@ export class PodLogs extends React.Component<Props> {
|
||||
// Splitting logs to old and new ones
|
||||
oldLogs = logs.slice(0, index);
|
||||
newLogs = logs.slice(index);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
if (!showTimestamps) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user