remove debugging printfs
git-svn-id: http://skia.googlecode.com/svn/trunk@4551 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
index 8c9d151..8505fa9 100644
--- a/tests/DataRefTest.cpp
+++ b/tests/DataRefTest.cpp
@@ -56,7 +56,7 @@
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);