Skip to content

Commit ca40850

Browse files
committed
Remove debug code
1 parent 55b240a commit ca40850

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diffusion.Toolkit/Controls/ThumbnailView.xaml.Page.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public void ReloadThumbnailsView(double offset)
111111
{
112112
if (item?.DataContext is ImageEntry { LoadState: LoadState.Unloaded } imageEntry)
113113
{
114-
imageEntry.Rating = 1;
115114
imageEntry.LoadThumbnail();
116115
}
117116
}

0 commit comments

Comments
 (0)