From d89a5dedbbe2849c5e6097f39986476de63854a3 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 27 Apr 2009 09:20:03 +0000 Subject: [PATCH] remove two debug prints git-svn-id: svn://svn.icculus.org/netradiant/trunk@341 61c419a2-8eb2-4b30-bcec-8cead039b335 --- tools/quake3/q3map2/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/quake3/q3map2/main.c b/tools/quake3/q3map2/main.c index c00cdfb..34de3c7 100644 --- a/tools/quake3/q3map2/main.c +++ b/tools/quake3/q3map2/main.c @@ -470,7 +470,6 @@ void MiniMapMakeSampleOffsets() minimap.sample_offsets[2*j+0] = rx; minimap.sample_offsets[2*j+1] = ry; i = -1; - Sys_Printf("%f\n", val); } else { @@ -485,7 +484,6 @@ void MiniMapMakeSampleOffsets() minimap.sample_offsets[2*k+0] = rx; minimap.sample_offsets[2*k+1] = ry; i = -1; - Sys_Printf("%f\n", val); } else { -- 2.39.2