diff --git a/XIVSlothCombo/XIVSlothCombo.cs b/XIVSlothCombo/XIVSlothCombo.cs index b2b90b837..6f352a342 100644 --- a/XIVSlothCombo/XIVSlothCombo.cs +++ b/XIVSlothCombo/XIVSlothCombo.cs @@ -162,11 +162,6 @@ public XIVSlothCombo(IDalamudPluginInterface pluginInterface) #endif } - private void AddonReceiveEvent(AddonEvent type, AddonArgs args) - { - Svc.Log.Debug($"Receive event triggered on {args.AddonName}"); - } - private static void HandleConflictedCombos() { var enabledCopy = Service.Configuration.EnabledActions.ToHashSet(); //Prevents issues later removing during enumeration