From d32f9a09f1f4b696a054ed19f3c4191c3fd26548 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 19 Sep 2001 23:04:07 +0000 Subject: Removal of debug printf --- src/ui/ui_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 35d8f67e..0d545dfc 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -5219,7 +5219,6 @@ void UI_LoadNonIngame() { void _UI_SetActiveMenu( uiMenuCommand_t menu ) { char buf[256]; - Com_Printf( "_UI_SetActiveMenu\n" ); // this should be the ONLY way the menu system is brought up // enusure minumum menu data is cached if (Menu_Count() > 0) { -- cgit