From a282a51673123358ec49a6c50506ffdab31fb3d4 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 30 Sep 2021 02:42:59 -0400 Subject: [PATCH] Remove last of the direct printf'ing. --- Machines/Amiga/Blitter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Machines/Amiga/Blitter.cpp b/Machines/Amiga/Blitter.cpp index 3191e647e..39a60b20a 100644 --- a/Machines/Amiga/Blitter.cpp +++ b/Machines/Amiga/Blitter.cpp @@ -202,9 +202,8 @@ bool Blitter::advance() { } } else { // Copy mode. - printf("!!! Copy [%d %d%d%d] %08x\n", int32_t(direction_), inclusive_fill_, exclusive_fill_, fill_carry_, pointer_[3]); - // Quick hack: do the entire action atomically. Isn't life fabulous? + // Quick hack: do the entire action atomically. for(int y = 0; y < height_; y++) { for(int x = 0; x < width_; x++) { if(channel_enables_[0]) {