Turn off some debugging statements.

Review URL: https://codereview.appspot.com/6646044

git-svn-id: http://skia.googlecode.com/svn/trunk@5903 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
scroggo@google.com 2012-10-11 19:12:03 +00:00
parent b8e404aebe
commit 027038a534
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) {
glyphID -= count;
ctx = ctx->getNextContext();
if (NULL == ctx) {
SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
// SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
// just return the original context (this)
return this;
}

View File

@ -565,7 +565,7 @@ SkStream* SkFontHost::OpenStream(uint32_t fontID) {
size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length,
int32_t* index) {
SkDebugf("SkFontHost::GetFileName unimplemented\n");
// SkDebugf("SkFontHost::GetFileName unimplemented\n");
return 0;
}