remove debug print
authorDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 19:58:17 +0000 (19:58 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 19:58:17 +0000 (19:58 +0000)
render2/texture.c

index e0860bed7549806b108a487f3bc28812b5ef8cca..54062fd59c2177c172b99f21f1f694341b8971d1 100644 (file)
@@ -94,7 +94,6 @@ void RrTexturePaint(struct RrSurface *sur, struct RrTexture *tex)
     case RR_TEXTURE_NONE:
         break;
     case RR_TEXTURE_TEXT:
-        printf("text %s\n", tex->data.text.string);
         assert(tex->data.text.font);
         col.r = tex->data.text.color.r;
         col.g = tex->data.text.color.g;