remove debugging printfs
git-svn-id: http://skia.googlecode.com/svn/trunk@4551 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
fea85ac3e3
commit
79382af267
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user