svga: Silence debug printf.

This commit is contained in:
José Fonseca
2010-11-30 14:06:34 +00:00
parent 0dadc0b808
commit 2aa3203660

View File

@@ -238,7 +238,6 @@ update_tss(struct svga_context *svga,
// TEXCOORDINDEX -- hopefully not needed
if (svga->curr.tex_flags.flag_1d & (1 << i)) {
debug_printf("wrap 1d tex %d\n", i);
EMIT_TS(svga, i, SVGA3D_TEX_ADDRESS_WRAP, ADDRESSV, fail);
}
else