diff options
-rw-r--r-- | src/player.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c index 814509307..82f3101cd 100644 --- a/src/player.c +++ b/src/player.c @@ -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; |