From: divverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Tue, 1 Nov 2011 11:30:21 +0000 (+0000)
Subject: remove debug print
X-Git-Tag: xonotic-v0.6.0~163^2~48
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b19590a74dca6c39f5c9f5430a5002d6c4e674e3;p=xonotic%2Fdarkplaces.git

remove debug print

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

diff --git a/model_shared.c b/model_shared.c
index b0a331b3..296d799e 100644
--- a/model_shared.c
+++ b/model_shared.c
@@ -309,7 +309,7 @@ static int Mod_FrameGroupify_ParseGroups(const char *buf, mod_framegroupify_pars
 				}
 			}
 		}
-		Con_Printf("data: %d %d %d %f %d (%s)\n", i, start, len, fps, loop, name);
+		//Con_Printf("data: %d %d %d %f %d (%s)\n", i, start, len, fps, loop, name);
 
 		if(cb)
 			cb(i, start, len, fps, loop, name, pass);