diff --git a/Photo.cs b/Photo.cs index 19c051f..026e918 100644 --- a/Photo.cs +++ b/Photo.cs @@ -182,7 +182,6 @@ public class Photo { } // FIXME: add comments / captions as ImageDescription? - // FIXME: warn if the file already exists? using (Image image = await Image.LoadAsync(Filename)) { Util.RotateImageFromExif(image, Orientation);