Remove debug print

This commit is contained in:
fickleheart 2019-02-18 20:54:37 -06:00
parent b176ca27b3
commit b731e63d76

View file

@ -6907,8 +6907,6 @@ void G_DoPlayDemo(char *defdemoname)
for (p = 0; p <= splitscreen; p++)
G_ResetView(p+1, slots[M_RandomKey(numslots)], false);
CONS_Printf("%d - %d %d %d %d\n", splitscreen, displayplayer, secondarydisplayplayer, thirddisplayplayer, fourthdisplayplayer);
}
R_ExecuteSetViewSize();