ifdefing out a printf

This commit is contained in:
pavlov%pavlov.net 2006-01-19 21:03:29 +00:00
parent 662ae334b0
commit 256f49481e

View File

@ -396,7 +396,9 @@ TRY_AGAIN_SAME_SCRIPT:
goto TRY_AGAIN_SAME_SCRIPT;
}
// otherwise we fail to draw the characters so give up and continue on.
#ifdef DEBUG_pavlov
printf("failed to render glyphs :(\n");
#endif
}
if (rv == 0) {