From: RĂ©mi Duraffort Date: Wed, 10 Mar 2010 21:51:30 +0000 (+0100) Subject: Update: remove printf. X-Git-Tag: 1.1.0-pre1~419 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=64675811fee2e99b9cbc2a2fdef1184714196451;p=vlc Update: remove printf. --- diff --git a/src/misc/update.c b/src/misc/update.c index 4225226505..4660b0b5b0 100644 --- a/src/misc/update.c +++ b/src/misc/update.c @@ -278,8 +278,6 @@ static bool GetUpdateFile( update_t *p_update ) strncpy( p_update->release.psz_desc, psz_update_data_parser, i_len ); p_update->release.psz_desc[i_len] = '\0'; - printf("desc %s\n", p_update->release.psz_desc); - /* Now that we know the status is valid, we must download its signature * to authenticate it */ signature_packet_t sign;