Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Jul 23, 2024
1 parent 8aae424 commit 627f97f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions XIVSlothCombo/XIVSlothCombo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 627f97f

Please sign in to comment.