remove debug printf
This commit is contained in:
parent
bb5a07b3e1
commit
4dcb309361
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue