From 83c401574c8060fcf5d514d4b0dc9b4ec8235ec9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 30 Apr 2023 09:58:21 +0200 Subject: [PATCH] - remove debug check --- source/games/duke/src/actors.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/games/duke/src/actors.cpp b/source/games/duke/src/actors.cpp index 59a62c6ba..a6537de9d 100644 --- a/source/games/duke/src/actors.cpp +++ b/source/games/duke/src/actors.cpp @@ -135,7 +135,6 @@ void TickActor(DDukeActor* self) bool conres = execute(self, p, pdist); if (!conres && (self->flags4 & SFLAG4_CONOVERRIDE)) { - Printf("CON substituted for %s\n", self->GetClass()->TypeName); self->state_player = &ps[p]; self->state_dist = pdist; self->flags4 |= SFLAG4_INRUNSTATE;