Browse Source

Fixing bad merge

Former-commit-id: e4329e0756b2027afed791cfd71c1b55ef19c56f
pull/17/head
James South 12 years ago
parent
commit
cc978fbadf
  1. 5
      src/ImageProcessorConsole/Program.cs

5
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))
{

Loading…
Cancel
Save