Skip to content

Commit

Permalink
fix: remove unused config binder
Browse files Browse the repository at this point in the history
  • Loading branch information
RobynLlama committed Aug 23, 2024
1 parent a188b51 commit 5c6b7ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UnityDebuggerAssistant/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class Plugin : BaseUnityPlugin
{
public static ManualLogSource? Log;
internal static ConfigEntry<bool> EnableWhitelisting = null!;
internal static ConfigEntry<bool> EnableExperimentalMode = null!;

private void Awake()
{
Expand Down

0 comments on commit 5c6b7ea

Please sign in to comment.