remove debugging message from trackplayer

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@712 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-02-07 16:21:54 +00:00
parent 32b2a6d0d4
commit 2d39393149
-1
View File
@@ -199,7 +199,6 @@ GetTimeStamps(UNICODE *TimeStamps, sint32 *time_stamps)
val = wstrtoul(valStr,NULL,10); val = wstrtoul(valStr,NULL,10);
if (val) if (val)
{ {
printf ("guessed: %d measured: %d\n",*time_stamps, val);
*time_stamps = (sint32)val; *time_stamps = (sint32)val;
num++; num++;
time_stamps++; time_stamps++;