silence printf

git-svn-id: http://skia.googlecode.com/svn/trunk@1346 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-05-17 15:47:04 +00:00
parent 66f22fd07a
commit 6fb8f77abb

View File

@ -391,7 +391,7 @@ static SkTypeface* gDefaultNormal;
static void load_system_fonts() {
// check if we've already be called
if (NULL != gDefaultNormal) {
printf("---- default font %p\n", gDefaultNormal);
// printf("---- default font %p\n", gDefaultNormal);
return;
}