minor change to remove debugging statement

This commit is contained in:
Michael Rash 2015-07-17 12:17:48 -07:00
parent 6e4ad4767f
commit 76d8ce5158

View File

@ -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++)