remove a debug printf

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@270 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-07-01 16:49:45 +00:00
parent ea9aad22e1
commit 5cd7897407

View File

@ -246,7 +246,6 @@ VGMSTREAM * init_vgmstream_aifc(STREAMFILE *streamFile) {
* will become apparent.
* We shouldn't have a loop point that overflows an int32_t
* anyway. */
printf("%d %d\n",loop_start,loop_end);
if (loop_start >= 0 && loop_end >= 0) loop_flag = 1;
if (loop_start==loop_end) loop_flag = 0;
}