mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
remove debugstatement
This commit is contained in:
parent
c528eacf24
commit
4f4593d9fa
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ static int arg_dbl_scanfn(struct arg_dbl *parent, const char *argval) {
|
|||
|
||||
/* extract double from argval into val */
|
||||
val = strtod(argval, &end);
|
||||
printf("ice %lf \n", val);
|
||||
|
||||
/* if success then store result in parent->dval[] array otherwise return error*/
|
||||
if (*end == 0)
|
||||
parent->dval[parent->count++] = val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue