From 79382af267eedd5bd8fe727121b40bc5cbebae21 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Wed, 11 Jul 2012 18:55:23 +0000 Subject: remove debugging printfs git-svn-id: http://skia.googlecode.com/svn/trunk@4551 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/DataRefTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/DataRefTest.cpp') diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp index 8c9d15154d..8505fa96a0 100644 --- a/tests/DataRefTest.cpp +++ b/tests/DataRefTest.cpp @@ -56,7 +56,7 @@ static void test_dataset(skiatest::Reporter* reporter, const SkDataSet& ds, for (; !iter.done(); iter.next()) { const char* name = iter.key(); SkData* data = iter.value(); - SkDebugf("[%d] %s:%s\n", index, name, (const char*)data->bytes()); +// SkDebugf("[%d] %s:%s\n", index, name, (const char*)data->bytes()); index += 1; } REPORTER_ASSERT(reporter, index == count); -- cgit v1.2.3