#2 remove ex.tostring from appending to entry.text and spamming console.

This commit is contained in:
2024-06-17 18:50:01 -05:00
committed by GitHub
parent 180b63a41d
commit 371cfc41c8

View File

@@ -102,7 +102,6 @@ public class ExpandedConsole_Add_Patch
catch (Exception ex)
{
Log.Error(ex, ex.Message);
entry.Text += ex.ToString();
}
}