diff --git a/src/g_game.c b/src/g_game.c
index 5b39857500eb70ade36a9c0683ad2840d4719eda..331f8a7682302ec1a15454918ce461d14e1a28cf 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -2026,9 +2026,6 @@ static boolean ViewpointSwitchResponder(event_t *ev)
 	if (singledemo)
 		ST_changeDemoView();
 
-	// tell who's the view
-	CONS_Printf(M_GetText("Viewpoint: %s\n"), player_names[displayplayer]);
-
 	return true;
 }