]> err.no Git - yubikey-personalization.old/commitdiff
Remove debug output.
authorFredrik Thulin <fredrik@yubico.com>
Thu, 24 May 2012 11:12:32 +0000 (13:12 +0200)
committerFredrik Thulin <fredrik@yubico.com>
Thu, 24 May 2012 11:12:32 +0000 (13:12 +0200)
ykpers-args.c

index 623dd3b61fa128eba99c3fdfdd857a51f3014539..a19686950936e5be579469ab6617d1677b3c0199 100644 (file)
@@ -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;