aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/talk.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp
index e691cceb01..06a367dbd5 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -733,14 +733,6 @@ void Talk::defaultAnimation(
int bankNum) {
// lines 1730-1823 in talk.c
- debug(6, "Talk::defaultAnimation(\"%s\", %s, {\"%s\", %i, ...}, %i, %i)",
- segment,
- isJoe ? "true" : "false",
- parameters->name,
- parameters->state,
- startFrame,
- bankNum);
-
if (segment[0] != 0) {
// Why on earth would someone name a variable qzx?