summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/vgamach64xx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/9/pc/vgamach64xx.c b/sys/src/9/pc/vgamach64xx.c
index 4e93f2453..19b5423a6 100644
--- a/sys/src/9/pc/vgamach64xx.c
+++ b/sys/src/9/pc/vgamach64xx.c
@@ -796,9 +796,6 @@ mach64hwfill(VGAscr *scr, Rectangle r, ulong sval)
ulong pitch;
ulong ctl;
-if(drawdebug)
- iprint("hwfill %R val %lux...\n", r, sval);
-
/* shouldn't happen */
if(scr->io == 0x2EC || scr->io == 0x1C8 || scr->io == 0)
return 0;