From 64675811fee2e99b9cbc2a2fdef1184714196451 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Wed, 10 Mar 2010 22:51:30 +0100 Subject: [PATCH] Update: remove printf. --- src/misc/update.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.5