remove debug printf

This commit is contained in:
Dana Jansens 2003-01-23 04:17:57 +00:00
parent bb5a07b3e1
commit 4dcb309361

View file

@ -99,7 +99,6 @@ void RenderControl::drawString(Surface& sf, const Font &font, int x, int y,
else
XftDrawString8(d, &c, font._xftfont, x, font._xftfont->ascent + y,
(FcChar8*)string.c_str(), string.bytes());
printf("DRAW A STRING!: %s\n", string.c_str());
return;
}