remove #if thing

This commit is contained in:
JohnCorby 2022-09-10 17:02:33 -07:00
parent 16fc8eedcb
commit 2f680398aa

View File

@ -245,7 +245,6 @@ public class QSBCore : ModBehaviour
IncompatibleModsAllowed = config.GetSettingsValue<bool>("incompatibleModsAllowed");
}
#if DEBUG
private void Update()
{
if (Keyboard.current[Key.Q].isPressed && Keyboard.current[Key.D].wasPressedThisFrame)
@ -260,7 +259,6 @@ public class QSBCore : ModBehaviour
DebugLog.ToConsole($"DEBUG MODE = {DebugSettings.DebugMode}");
}
}
#endif
}
/*