]> git.sesse.net Git - vlc/commitdiff
Update: remove printf.
authorRémi Duraffort <ivoire@videolan.org>
Wed, 10 Mar 2010 21:51:30 +0000 (22:51 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 10 Mar 2010 21:51:30 +0000 (22:51 +0100)
src/misc/update.c

index 4225226505e9851b40990b4fc54f0e11d94a1390..4660b0b5b0a979ec1b6f823095a18dd7a0d54261 100644 (file)
@@ -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;