Commit e40d39b0 authored by Warren Dukes's avatar Warren Dukes

removed a debug statement

git-svn-id: https://svn.musicpd.org/mpd/trunk@1112 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent d6a81409
...@@ -419,7 +419,6 @@ void playerQueueUnlock() { ...@@ -419,7 +419,6 @@ void playerQueueUnlock() {
} }
int playerSeek(FILE * fp, Song * song, float time) { int playerSeek(FILE * fp, Song * song, float time) {
printf("seek called\n");
PlayerControl * pc = &(getPlayerData()->playerControl); PlayerControl * pc = &(getPlayerData()->playerControl);
char * file; char * file;
int decodeType; int decodeType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment