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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user