forgot debug output

This commit is contained in:
Dennis Luxen 2010-08-12 15:43:49 +00:00
parent 59abeccc3e
commit 106155a97a

View File

@ -483,8 +483,6 @@ public:
if(tmp > largestRun) if(tmp > largestRun)
{ {
largestRun = tmp; largestRun = tmp;
} else {
cout << tmp << " " << flush;
} }
tmp = 1; tmp = 1;
unique++; unique++;