[Spice-commits] src/channel-display-mjpeg.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Apr 17 11:23:35 UTC 2018


 src/channel-display-mjpeg.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c0770e0b77f1e05c0c7ac38d9d752300eb448e03
Author: Victor Toso <me at victortoso.com>
Date:   Tue Mar 13 12:25:42 2018 +0100

    channel-display-mjpeg: remove verbose logs
    
    Those don't add any useful information.
    
    Signed-off-by: Victor Toso <victortoso at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/src/channel-display-mjpeg.c b/src/channel-display-mjpeg.c
index f0d55f6..8c4c0aa 100644
--- a/src/channel-display-mjpeg.c
+++ b/src/channel-display-mjpeg.c
@@ -191,7 +191,6 @@ static gboolean mjpeg_decoder_decode_frame(gpointer video_decoder)
 
 static void mjpeg_decoder_schedule(MJpegDecoder *decoder)
 {
-    SPICE_DEBUG("%s", __FUNCTION__);
     if (decoder->timer_id) {
         return;
     }
@@ -247,8 +246,6 @@ static gboolean mjpeg_decoder_queue_frame(VideoDecoder *video_decoder,
     MJpegDecoder *decoder = (MJpegDecoder*)video_decoder;
     SpiceFrame *last_frame;
 
-    SPICE_DEBUG("%s", __FUNCTION__);
-
     last_frame = g_queue_peek_tail(decoder->msgq);
     if (last_frame) {
         if (spice_mmtime_diff(frame->mm_time, last_frame->mm_time) < 0) {


More information about the Spice-commits mailing list