From 0a6cd28af95f1342c562bd9141b5013b29576e8a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 24 May 2022 00:05:44 +0200 Subject: [PATCH] - removed leftover debug message --- wadsrc/static/zscript/ui/statscreen/statscreen.zs | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/zscript/ui/statscreen/statscreen.zs b/wadsrc/static/zscript/ui/statscreen/statscreen.zs index 567cf0e6f..500185ee0 100644 --- a/wadsrc/static/zscript/ui/statscreen/statscreen.zs +++ b/wadsrc/static/zscript/ui/statscreen/statscreen.zs @@ -692,7 +692,6 @@ class StatusScreen : ScreenJob abstract version("2.5") protected virtual void initShowNextLoc () { - Console.Printf("Next m ap = %s", wbs.next); if (wbs.next == "") { // Last map in episode - there is no next location!