minor change to remove debugging statement
This commit is contained in:
parent
6e4ad4767f
commit
76d8ce5158
@ -247,7 +247,6 @@ int
|
||||
is_digits(const char * const str)
|
||||
{
|
||||
int i;
|
||||
printf("........EXP: %s\n", str);
|
||||
if (str != NULL && str[0] != 0x0)
|
||||
{
|
||||
for (i=0; i<strlen(str); i++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user