diff --git a/wadsrc/static/zscript/games/duke/dukegame.zs b/wadsrc/static/zscript/games/duke/dukegame.zs index e0e960b5e..ef06f96bd 100644 --- a/wadsrc/static/zscript/games/duke/dukegame.zs +++ b/wadsrc/static/zscript/games/duke/dukegame.zs @@ -92,7 +92,6 @@ struct Duke native fsmode = FSMode_Fit640x400; } if (align != -1) x -= SmallFont.StringWidth(t) * (align == 0 ? 0.5 : 1); - if (shade) Console.Printf("%s: shade = %d", t, shade); Screen.DrawText(SmallFont, Font.CR_UNDEFINED, x, y + 2, t, DTA_FullscreenScale, fsmode, DTA_TranslationIndex, Translation.MakeID(Translation_Remap, trans), DTA_Color, Raze.shadeToLight(shade)); }