remove graphic picker debug code

This commit is contained in:
Michael 2017-04-22 13:49:48 -04:00
parent e63e1d65f7
commit c718fbb565

View file

@ -88,7 +88,6 @@ namespace ShiftOS.WinForms.Applications
ImageAsBinary = Utils.ReadAllBytes(file);
System.IO.File.WriteAllBytes("temp_bin.bmp", ImageAsBinary);
Image = SkinEngine.ImageFromBinary(ImageAsBinary);
Image.Save("temp.bmp", System.Drawing.Imaging.ImageFormat.Bmp);
Setup();
})));
}