Removed useless console streaming logs

This commit is contained in:
Marcel Baumgartner
2023-06-13 22:35:03 +02:00
parent d267be6d69
commit 3b9bdd1916

View File

@@ -89,6 +89,10 @@ public class WingsConsole : IDisposable
{ {
await Work(); await Work();
} }
catch (JsonReaderException)
{
// ignore
}
catch (Exception e) catch (Exception e)
{ {
Logger.Warn("Error connecting to wings console"); Logger.Warn("Error connecting to wings console");