kill debug print

This commit is contained in:
Dana Jansens 2003-04-02 06:40:49 +00:00
parent 301c302e4e
commit 60204c4348

View file

@ -108,7 +108,6 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
x += 3; /* XXX figure out X with justification */ x += 3; /* XXX figure out X with justification */
g_message("SHADOW %d %d %d", t->shadow, t->offset, t->tint);
if (t->shadow) { if (t->shadow) {
if (t->tint >= 0) { if (t->tint >= 0) {