зеркало из https://github.com/mozilla/gecko-dev.git
b=277121
r=jan sr=bzbarsky Remove stary printf on non DEBUG builds --pete
This commit is contained in:
Родитель
64a214c84a
Коммит
8a24cd0cf7
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче