aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agos/vga.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp
index bee86a6357..6765ae10c5 100644
--- a/engines/agos/vga.cpp
+++ b/engines/agos/vga.cpp
@@ -175,7 +175,6 @@ void AGOSEngine::runVgaScript() {
if (opcode == 0)
return;
- debug(1, "runVgaScript: Video opcode %d", opcode);
if (opcode >= _numVideoOpcodes || !_vga_opcode_table[opcode])
error("Invalid VGA opcode '%d' encountered", opcode);