mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-18 02:09: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)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Log.Error(ex, ex.Message);
|
Log.Error(ex, ex.Message);
|
||||||
entry.Text += ex.ToString();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user