Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertAvery committed Dec 29, 2023
1 parent 55b240a commit ca40850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Diffusion.Toolkit/Controls/ThumbnailView.xaml.Page.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public void ReloadThumbnailsView(double offset)
{
if (item?.DataContext is ImageEntry { LoadState: LoadState.Unloaded } imageEntry)
{
imageEntry.Rating = 1;
imageEntry.LoadThumbnail();
}
}
Expand Down

0 comments on commit ca40850

Please sign in to comment.