From 97294941c04148cf650514422f844d25c37a0a19 Mon Sep 17 00:00:00 2001 From: "pavlov@pavlov.net" Date: Tue, 26 Jun 2007 17:52:41 -0700 Subject: [PATCH] removing printf --- gfx/thebes/src/gfxWindowsPlatform.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/src/gfxWindowsPlatform.cpp b/gfx/thebes/src/gfxWindowsPlatform.cpp index bdae0cd856a9..e1a6cb680c0c 100644 --- a/gfx/thebes/src/gfxWindowsPlatform.cpp +++ b/gfx/thebes/src/gfxWindowsPlatform.cpp @@ -97,8 +97,10 @@ gfxWindowsPlatform::FontEnumProc(const ENUMLOGFONTEXW *lpelfe, const LOGFONTW& logFont = lpelfe->elfLogFont; const NEWTEXTMETRICW& metrics = nmetrics->ntmTm; +#ifdef DEBUG_pavlov printf("%s %d %d %d\n", NS_ConvertUTF16toUTF8(nsDependentString(logFont.lfFaceName)).get(), logFont.lfCharSet, logFont.lfItalic, logFont.lfWeight); +#endif // Ignore vertical fonts if (logFont.lfFaceName[0] == L'@') {