removed a debug statement

git-svn-id: https://svn.musicpd.org/mpd/trunk@1112 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-05-20 11:28:10 +00:00
parent d6a8140940
commit e40d39b05e

View File

@ -419,7 +419,6 @@ void playerQueueUnlock() {
}
int playerSeek(FILE * fp, Song * song, float time) {
printf("seek called\n");
PlayerControl * pc = &(getPlayerData()->playerControl);
char * file;
int decodeType;