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