r=jan
sr=bzbarsky
Remove stary printf on non DEBUG builds
--pete
This commit is contained in:
pete%mozdevgroup.com 2005-01-06 00:37:34 +00:00
Родитель 64a214c84a
Коммит 8a24cd0cf7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -348,7 +348,9 @@ PRUint32 i = gNumSubstituteMap;
// no matches in the substitution table -- default to times
if(i == gNumSubstituteMap){
#ifdef DEBUG
printf(" NO FONT WAS FOUND Name[%s]\n", NS_LossyConvertUCS2toASCII(aFontName.name).get());
#endif
if(aFontName.style == NS_FONT_STYLE_NORMAL){
ourfont = NS_IS_BOLD(aFontName.weight) ? 1 : 0;
} else {