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:
@@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user