aboutsummaryrefslogtreecommitdiff
path: root/tests/DataRefTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DataRefTest.cpp')
-rw-r--r--tests/DataRefTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp
index d51554037e..63a620fd7e 100644
--- a/tests/DataRefTest.cpp
+++ b/tests/DataRefTest.cpp
@@ -49,7 +49,6 @@ static void test_datatable_flatten(skiatest::Reporter* reporter,
SkOrderedReadBuffer rb(storage.get(), wsize);
SkAutoTUnref<SkDataTable> newTable((SkDataTable*)rb.readFlattenable());
- SkDebugf("%d entries, %d flatten-size\n", table->count(), wsize);
test_is_equal(reporter, table, newTable);
}