diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 058e3894e1be023ad1bedb1c38af930108d58213..73e2b09e9328f8dfe539da3db3ff7cd72fbd3efb 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -191,7 +191,6 @@ static int nut_probe(AVProbeData *p){
 
 static int skip_reserved(ByteIOContext *bc, int64_t pos){
     pos -= url_ftell(bc);
-av_log(NULL, AV_LOG_ERROR, "skip %d\n", (int)pos);
     if(pos<0){
         url_fseek(bc, pos, SEEK_CUR);
         return -1;