diff --git a/sflphone-common/src/audio/audiortp/AudioRtpSession.h b/sflphone-common/src/audio/audiortp/AudioRtpSession.h
index 1464fce26e0039058ccc6ced28c6e25a0f51cdd1..0de99baa0108d19e4cd1bc4d0ad33b3edd1f1e87 100644
--- a/sflphone-common/src/audio/audiortp/AudioRtpSession.h
+++ b/sflphone-common/src/audio/audiortp/AudioRtpSession.h
@@ -690,6 +690,7 @@ namespace sfl {
 	result = jitter_buffer_get(_jbuffer, &jPacketOut, desiredSpan, &offs);
 	jitter_buffer_tick(_jbuffer);
 
+	/*
 	switch(result) {
 	  case JITTER_BUFFER_OK:
 	    _debug("JITTER_BUFFER_OK");
@@ -707,6 +708,7 @@ namespace sfl {
 	    _debug("Unknown error");
 	    break;
 	}
+	*/
 
         // DTMF over RTP, size must be over 4 in order to process it as voice data
         if(size > 4) {