Skip to content

Commit

Permalink
pal: Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 22, 2012
1 parent f10ee43 commit 4495ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion palDfltin.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ void palDfltin( const char * string, int *nstrt,
minus if we find one or if we find a digit. */
cctemp = &(string[ipos-1]);
while (!isdigit(*cctemp) && (*cctemp != ',') && (*cctemp != '\0')) {
printf("Looking at char %d '%c'\n",ipos-1, *cctemp);
if (*cctemp == '-') {
*nstrt = ipos;
dreslt_sign = -1;
Expand Down

0 comments on commit 4495ec8

Please sign in to comment.