1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove notiifications on log loading errors

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-14 15:34:43 +03:00
parent d1ea027798
commit 237ee74cfa

View File

@ -72,7 +72,6 @@ export class PodLogsStore extends DockTabStore<IPodLogsData> {
_i18n._(t`Reason: ${error.reason} (${error.code})`)
].join("\n");
this.refresher.stop();
Notifications.error(message);
this.logs.set(tabId, message);
}
}