From: black <black@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Thu, 9 Oct 2003 19:48:12 +0000 (+0000)
Subject: Sorry, forgot to remove some debug code from host.c
X-Git-Tag: xonotic-v0.1.0preview~6328
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ce1c8ddd4e6d4c8dfad16ba069d269c61db4fdf4;p=xonotic%2Fdarkplaces.git

Sorry, forgot to remove some debug code from host.c


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3558 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/host.c b/host.c
index 826d6e0b..3eb5fec0 100644
--- a/host.c
+++ b/host.c
@@ -784,8 +784,6 @@ void _Host_Frame (float time)
 	host_framecount++;
 	host_loopactive = true;
 
-	if(vec3_origin[0] || vec3_origin[1] || vec3_origin[2])
-		Con_Print("vec3_origin modified !\n");
 }
 
 void Host_Frame (float time)