Former-commit-id: e4329e0756b2027afed791cfd71c1b55ef19c56f
@ -56,11 +56,6 @@ namespace ImageProcessorConsole
Stopwatch stopwatch = new Stopwatch();
stopwatch.Start();
Console.WriteLine("Processing: " + fileInfo.Name);
// ImageProcessor
using (MemoryStream inStream = new MemoryStream(photoBytes))
{