tDo not print exponent as debug output - filmtools - various tools for photographic film development and darkroom printing
(HTM) git clone git://src.adamsgaard.dk/filmtools
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit e818b1a505a41603d281dfdaabd683053e824607
(DIR) parent 1cc1c7ddfb5f23e1f8754a15b3f8c87e4ee1f338
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 16 Jul 2020 22:24:57 +0200
Do not print exponent as debug output
Diffstat:
M reciprocity.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/reciprocity.c b/reciprocity.c
t@@ -70,8 +70,6 @@ main(int argc, char **argv)
}
}
- printf("exponent: %g\n", exponent);
-
if (sscanf(argv[2], "%d:%d", &min, &sec) != 2)
errx(2, "could not parse time in MM:SS format");