From 106155a97affc4cb7c91b1a18ff8886965c91e3d Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 12 Aug 2010 15:43:49 +0000 Subject: [PATCH] forgot debug output --- Contractor/Contractor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Contractor/Contractor.h b/Contractor/Contractor.h index 6ea7bed60..ffbf3edf0 100644 --- a/Contractor/Contractor.h +++ b/Contractor/Contractor.h @@ -483,8 +483,6 @@ public: if(tmp > largestRun) { largestRun = tmp; - } else { - cout << tmp << " " << flush; } tmp = 1; unique++;