From fbfe3d0e3e79e3348ae756d377a3cfa6deb17221 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 24 Jan 2003 01:35:05 +0000 Subject: [PATCH] log less --- stepmania/src/Font.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/stepmania/src/Font.cpp b/stepmania/src/Font.cpp index 710bf4382c..56eee3d30c 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -104,8 +104,8 @@ void FontPage::Load( FontPageSettings cfg ) SetTextureCoords(FrameWidths); SetExtraPixels(cfg.DrawExtraPixelsLeft, cfg.DrawExtraPixelsRight); - LOG->Trace("Font %s: height %i, baseline %i ( == top %i)", - m_sTexturePath.GetString(), height, baseline, baseline-height); +// LOG->Trace("Font %s: height %i, baseline %i ( == top %i)", +// m_sTexturePath.GetString(), height, baseline, baseline-height); } void FontPage::SetTextureCoords(const vector &widths) @@ -456,8 +456,8 @@ void Font::LoadFontPageSettings(FontPageSettings &cfg, IniFile &ini, const CStri ini.RenameKey("Char Widths", "main"); - LOG->Trace("Loading font page '%s' settings from page name '%s'", - TexturePath.GetString(), PageName.GetString()); +// LOG->Trace("Loading font page '%s' settings from page name '%s'", +// TexturePath.GetString(), PageName.GetString()); ini.GetValueI( PageName, "DrawExtraPixelsLeft", cfg.DrawExtraPixelsLeft ); ini.GetValueI( PageName, "DrawExtraPixelsRight", cfg.DrawExtraPixelsRight ); @@ -772,9 +772,9 @@ void Font::Load(const CString &sFontOrTextureFilePath, CString sChars) TexturePaths[i].GetString(), WcharDisplayText(wchar_t(it->first)).GetString(), it->second, fp->m_pTexture->GetNumFrames() ); } - LOG->Trace("Adding page %s (%s) to %s; %i glyphs", - TexturePaths[i].GetString(), pagename.GetString(), - sFontOrTextureFilePath.GetString(), fp->m_iCharToGlyphNo.size()); +// LOG->Trace("Adding page %s (%s) to %s; %i glyphs", +// TexturePaths[i].GetString(), pagename.GetString(), +// sFontOrTextureFilePath.GetString(), fp->m_iCharToGlyphNo.size()); AddPage(fp); /* If this is the first font loaded, or it's called "main", this page's