mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Remove debug output about verbosity
This snuck in on commit f4f791ffbd
("Add verbose debug output to
parse_manual_file").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab24c1df87
commit
959077c66b
1 changed files with 0 additions and 2 deletions
2
file.c
2
file.c
|
@ -1024,8 +1024,6 @@ int parse_manual_file(const char *filename, int sepidx, int units, int dateforma
|
|||
fprintf(stderr, "numberf %d, datef %d, timef %d, durationf %d, locationf %d, gpsf %d, maxdepthf %d, meandepthf %d\n", numberf, datef, timef, durationf, locationf, gpsf, maxdepthf, meandepthf);
|
||||
fprintf(stderr, "divemasterf %d, buddyf %d, notesf %d, weightf %d, tagsf %d, cylsizef %d, startpresf %d, endpresf %d\n", divemasterf, buddyf, notesf, weightf, tagsf, cylsizef, startpresf, endpresf);
|
||||
fprintf(stderr, "o2f %d, hef %d, airtempf %d, watertempf %d\n", o2f, hef, airtempf, watertempf);
|
||||
} else {
|
||||
fprintf(stderr, "verbose %d\n", verbose);
|
||||
}
|
||||
struct memblock mem;
|
||||
int pnr = 0;
|
||||
|
|
Loading…
Reference in a new issue