Skip to content

Commit

Permalink
fix: remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilPepper committed Jan 1, 2021
1 parent 2561b7b commit 75583a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MHWItemBoxTracker/GUI/ItemBoxTracker.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public void setItemsToDisplay(List<ItemBoxRow> itemBoxRows)
Dispatch(() =>
{
theList.ItemsSource = itemBoxRows;
Debugger.Log(itemBoxRows.Count > 0 ? "Loading Box!!!" : "Hiding Box!!!");
WidgetHasContent = (itemBoxRows.Count > 0);
ChangeVisibility();
}
Expand Down

0 comments on commit 75583a1

Please sign in to comment.