From fa94532c0843b6f2b6e132b762f497b9cc4066f4 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 1 May 2017 02:15:03 +0200 Subject: vgamach64xx: remove drawdebug reference --- sys/src/9/pc/vgamach64xx.c | 3 --- 1 file changed, 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; -- cgit v1.2.3