Skip to content

Commit

Permalink
Remove remnant console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirtol committed Nov 28, 2020
1 parent d72f6a7 commit 1461708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PartyScreenEnhancements/Comparers/PartySort.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public virtual void FillCustomList()

public int Compare(PartyCharacterVM x, PartyCharacterVM y)
{
Console.WriteLine("Sorting");
if (x.Character.IsPlayerCharacter)
{
return -1;
Expand Down

0 comments on commit 1461708

Please sign in to comment.