remove comment

This commit is contained in:
AT
2020-01-03 22:01:15 +02:00
parent e80147d24e
commit 05bd32f750

View File

@@ -174,7 +174,6 @@ namespace Wox.Infrastructure.Image
public static ImageSource Load(string path, bool loadFullImage = false)
{
// return LoadInternal(path, loadFullImage).ImageSource;
var imageResult = LoadInternal(path, loadFullImage);
var img = imageResult.ImageSource;