From e5f17457016abb8f4fd95315351eec081aff9353 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Thu, 4 Sep 2008 20:32:31 +0000 Subject: [PATCH] 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 --- src/tests/kits/interface/flatten_picture/PictureTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/kits/interface/flatten_picture/PictureTest.cpp b/src/tests/kits/interface/flatten_picture/PictureTest.cpp index 74bb1a57f0..6111c2410c 100644 --- a/src/tests/kits/interface/flatten_picture/PictureTest.cpp +++ b/src/tests/kits/interface/flatten_picture/PictureTest.cpp @@ -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()); }