Removed debug output, it is not required anymore, as scrolling horizontally should work now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2008-09-04 20:32:31 +00:00
parent 20ab5edbe9
commit e5f1745701
@@ -273,8 +273,6 @@ static void setMismatchReason(int32 x, int32 y, uint8 *pixel1, uint8 *pixel2,
reason = "Pixel at ";
reason << x << ", " << y << " differs: " << buffer1 << " != " << buffer2;
// TODO remove when scrolling horizontally works in result list
fprintf(stderr, "%s\n", reason.String());
}