]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 1 Nov 2011 11:36:19 +0000 (12:36 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11509 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=b19590a74dca6c39f5c9f5430a5002d6c4e674e3

model_shared.c

index 476d2cb96fd426fb3da9c9555d9d25c6ff4c73bf..b7813728cd195f889a2504c741400c2ff12b4edf 100644 (file)
@@ -309,7 +309,7 @@ int Mod_FrameGroupify_ParseGroups(const char *buf, mod_framegroupify_parsegroups
                                }
                        }
                }
-               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);