[vlc-commits] commit: Update: remove printf. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Wed Mar 10 22:51:39 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Mar 10 22:51:30 2010 +0100| [64675811fee2e99b9cbc2a2fdef1184714196451] | committer: Rémi Duraffort 

Update: remove printf.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64675811fee2e99b9cbc2a2fdef1184714196451
---

 src/misc/update.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/misc/update.c b/src/misc/update.c
index 4225226..4660b0b 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;



More information about the vlc-commits mailing list