From b19590a74dca6c39f5c9f5430a5002d6c4e674e3 Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 1 Nov 2011 11:30:21 +0000 Subject: [PATCH] remove debug print git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11509 d7cf8633-e32d-0410-b094-e92efae38249 --- model_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2