| tDo not print exponent as debug output - filmtools - various tools for photogra… | |
| git clone git://src.adamsgaard.dk/filmtools | |
| Log | |
| Files | |
| Refs | |
| --- | |
| commit e818b1a505a41603d281dfdaabd683053e824607 | |
| parent 1cc1c7ddfb5f23e1f8754a15b3f8c87e4ee1f338 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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"); | |