Commit 64675811 authored by Rémi Duraffort's avatar Rémi Duraffort

Update: remove printf.

parent 1dbf3645
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment