diff --git a/src/ImageProcessorConsole/Program.cs b/src/ImageProcessorConsole/Program.cs index 5f5a94f7c..9f36b5546 100644 --- a/src/ImageProcessorConsole/Program.cs +++ b/src/ImageProcessorConsole/Program.cs @@ -56,11 +56,6 @@ namespace ImageProcessorConsole Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); - Console.WriteLine("Processing: " + fileInfo.Name); - - Stopwatch stopwatch = new Stopwatch(); - stopwatch.Start(); - // ImageProcessor using (MemoryStream inStream = new MemoryStream(photoBytes)) {