]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove debug print
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 1 Nov 2011 11:30:21 +0000 (11:30 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 1 Nov 2011 11:30:21 +0000 (11:30 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11509 d7cf8633-e32d-0410-b094-e92efae38249

model_shared.c

index b0a331b3d7a9ae6bbcd65cf7ef40a9d01186efcb..296d799ed6508bd382eb239fd1eb79f51533f32c 100644 (file)
@@ -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);