From 2dc54c94f067f6e589fc2aff1b2f5800766de195 Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Fri, 10 Jan 2014 19:40:56 +0000 Subject: Remove printfs from FontHostTest when font is not sfnt. BUG=skia:2009 R=caryclark@google.com Review URL: https://codereview.chromium.org/134303002 git-svn-id: http://skia.googlecode.com/svn/trunk@13027 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/FontHostTest.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/FontHostTest.cpp') diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp index 500f8598de..ba3a582fcb 100644 --- a/tests/FontHostTest.cpp +++ b/tests/FontHostTest.cpp @@ -46,9 +46,6 @@ static void test_unitsPerEm(skiatest::Reporter* reporter, SkTypeface* face) { if (tableUPEM >= 0) { REPORTER_ASSERT(reporter, tableUPEM == nativeUPEM); - } else { - // not sure this is a bug, but lets report it for now as info. - SkDebugf("--- typeface returned 0 upem [%X]\n", face->uniqueID()); } } @@ -68,9 +65,6 @@ static void test_countGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { if (tableGlyphs >= 0) { REPORTER_ASSERT(reporter, tableGlyphs == nativeGlyphs); - } else { - // not sure this is a bug, but lets report it for now as info. - SkDebugf("--- typeface returned 0 glyphs [%X]\n", face->uniqueID()); } } -- cgit v1.2.3