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
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp
index 86bb7c9..0a46d20 100644
--- a/src/core/SkScalerContext.cpp
+++ b/src/core/SkScalerContext.cpp
@@ -163,7 +163,7 @@
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;
}
diff --git a/src/ports/SkFontHost_linux.cpp b/src/ports/SkFontHost_linux.cpp
index cd21fc2..adcee49 100644
--- a/src/ports/SkFontHost_linux.cpp
+++ b/src/ports/SkFontHost_linux.cpp
@@ -565,7 +565,7 @@
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;
}