From: Fredrik Thulin Date: Thu, 24 May 2012 11:12:32 +0000 (+0200) Subject: Remove debug output. X-Git-Tag: v1.6.4~4 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0da0c0e19c9cbf7f8be702c7615d3897cf1529;p=yubikey-personalization Remove debug output. --- diff --git a/ykpers-args.c b/ykpers-args.c index 623dd3b..a196869 100644 --- a/ykpers-args.c +++ b/ykpers-args.c @@ -561,12 +561,6 @@ int _format_oath_id(uint8_t *dst, size_t dst_len, uint8_t vendor, uint8_t type, /* Make the YubiKey output the MUI number in decimal */ snprintf(buf, sizeof(buf), "%08i", mui); - { - char buffer[256]; - yubikey_hex_encode(buffer, (char *)buf, sizeof(buf)); - printf ("INPUT: %s\n", buffer); - } - dst[0] = vendor; dst[1] = type;