Skip to content

Commit 05bd32f

Browse files
committed
remove comment
1 parent e80147d commit 05bd32f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Wox.Infrastructure/Image/ImageLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private static ImageResult LoadInternal(string path, bool loadFullImage = false)
174174

175175
public static ImageSource Load(string path, bool loadFullImage = false)
176176
{
177-
// return LoadInternal(path, loadFullImage).ImageSource;
178177
var imageResult = LoadInternal(path, loadFullImage);
179178

180179
var img = imageResult.ImageSource;

0 commit comments

Comments
 (0)