remove old print

This commit is contained in:
Jethro Grassie 2019-02-09 18:35:29 -05:00
parent 7cff0f5d5c
commit 2d23056e24
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ is_hex_string(const char *str)
{
if (!isxdigit(*cp))
{
printf("not hex: %c\n", *cp);
return -2;
}
cp++;