mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
remove old print
This commit is contained in:
parent
7cff0f5d5c
commit
2d23056e24
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ is_hex_string(const char *str)
|
|||
{
|
||||
if (!isxdigit(*cp))
|
||||
{
|
||||
printf("not hex: %c\n", *cp);
|
||||
return -2;
|
||||
}
|
||||
cp++;
|
||||
|
|
Loading…
Reference in a new issue