Browse Source

Removed debug console log

pull/2147/head
Dmitry Pentin 4 years ago
parent
commit
ef9830fd69
  1. 1
      src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs

1
src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs

@ -489,7 +489,6 @@ namespace SixLabors.ImageSharp.Formats.Jpeg
// Read on.
fileMarker = FindNextFileMarker(stream);
Console.WriteLine($"Found marker: {fileMarker.Marker} at {fileMarker.Position}");
}
}

Loading…
Cancel
Save