Index: tests/ImageDecodingTest.cpp |
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp |
index afab02f7a57fe434bae14f9dcd11cbed7fea1a61..5764ffbc39ef76c9f19423b52a6e36ed4e1d01bf 100644 |
--- a/tests/ImageDecodingTest.cpp |
+++ b/tests/ImageDecodingTest.cpp |
@@ -232,7 +232,7 @@ static void test_stream_life() { |
SkImageEncoder::kWEBP_Type, |
}; |
for (size_t i = 0; i < SK_ARRAY_COUNT(gTypes); ++i) { |
- SkDebugf("encoding to %i\n", i); |
+ //SkDebugf("encoding to %i\n", i); |
SkAutoTUnref<SkStream> stream(create_image_stream(gTypes[i])); |
if (NULL == stream.get()) { |
SkDebugf("no stream\n"); |