From 22eabb976658896d2cd7a6fa14e62c9546e7a7e8 Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 4 Feb 2009 12:11:58 +0000 Subject: [PATCH] remove some debug print git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5743 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/g_world.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/data/qcsrc/server/g_world.qc b/data/qcsrc/server/g_world.qc index 1dae224f8..744ebcb14 100644 --- a/data/qcsrc/server/g_world.qc +++ b/data/qcsrc/server/g_world.qc @@ -2105,7 +2105,6 @@ float MapVote_SendEntity(entity to, float sf) pakfile = whichpack(strcat(mapfile, ".jpg")); if(pakfile == "") pakfile = whichpack(strcat(mapfile, ".png")); - print("pakfile is ", pakfile, "\n"); for(o = strstr(pakfile, "/", 0)+1; o > 0; o = strstr(pakfile, "/", 0)+1) pakfile = substring(pakfile, o, 999); WriteString(MSG_ENTITY, pakfile); -- 2.39.2