cake
/
p7utils
Archived
1
0
Fork 0

Removed dumping of the protocol version.

This commit is contained in:
Thomas Touhey 2017-01-14 21:20:52 +01:00
parent b144d15c00
commit 3255369a67
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ int dump(p7_handle_t *handle)
}
/* Miscallenous information */
printf("Protocol version: %01u.%02u\n",
info->protocol_version.major, info->protocol_version.minor);
printf("Product ID: %s\n", info->product_id);
printf("Username: %s\n", info->username);
printf("Hardware ID: %s\n", info->hwid);