mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-16 09:19:37 -06:00
#2 remove ex.tostring from appending to entry.text and spamming console.
This commit is contained in:
@@ -102,7 +102,6 @@ public class ExpandedConsole_Add_Patch
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error(ex, ex.Message);
|
||||
entry.Text += ex.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user