From e0dc4da36c180ff646d980e7ac6fcce5dd5242cb Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 23 Sep 2014 14:50:02 +0100 Subject: [PATCH] Fixing bad merge Former-commit-id: d3aebae52ef22b6e8fec93a442ae4950a24d8701 --- src/ImageProcessorConsole/Program.cs | 5 ----- 1 file changed, 5 deletions(-) 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)) {