remove debugging printfs

git-svn-id: http://skia.googlecode.com/svn/trunk@4551 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-07-11 18:55:23 +00:00
parent fea85ac3e3
commit 79382af267

View File

@ -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);