From efaf2c8c7dfb7774d911c36e32c5a0a9a992c1eb Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 26 Sep 2020 02:00:18 -0400 Subject: [PATCH] Remove print --- src/p_spec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/p_spec.c b/src/p_spec.c index 493a5554d..ee59d0ff6 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -5973,8 +5973,6 @@ void P_SpawnSpecials(boolean fromnetsave) // but currently isn't. (void)fromnetsave; - CONS_Printf("%d\n", sectors[11].floorheight); - // yep, we do this here - "bossdisabled" is considered an apparatus of specials. bossdisabled = 0; stoppedclock = false;