diff --git a/TweaksAndThings/Patches/ExpandedConsole_Patch.cs b/TweaksAndThings/Patches/ExpandedConsole_Patch.cs index 7036b6b..98fb6c4 100644 --- a/TweaksAndThings/Patches/ExpandedConsole_Patch.cs +++ b/TweaksAndThings/Patches/ExpandedConsole_Patch.cs @@ -102,7 +102,6 @@ public class ExpandedConsole_Add_Patch catch (Exception ex) { Log.Error(ex, ex.Message); - entry.Text += ex.ToString(); } }