mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-01 22:09:23 +00:00
remove logging, god damnit
This commit is contained in:
parent
ef86bebb5d
commit
6d23212d40
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ public static class FuckMetrics
|
|||
{
|
||||
if (!FuckMetricsMod.EntryDisableCohtmlViewOnIdle.Value) return;
|
||||
|
||||
FuckMetricsMod.Logger.Msg(cohtmlView != null && !menuOpenTraverse.GetValue<bool>());
|
||||
FuckMetricsMod.Logger.Msg(menuOpenTraverse.GetValue<bool>());
|
||||
|
||||
if (cohtmlView != null && !menuOpenTraverse.GetValue<bool>())
|
||||
{
|
||||
cohtmlView.enabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue