summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-22 11:17:09 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-22 11:18:00 -0700
commit959077c66bd42d0b613a5ee54bc17fe3b9517bdd (patch)
tree7c77217b279cd981d5885e6bd767b4e86e712344 /file.c
parentab24c1df87f3eec4494420b547e687b20897590f (diff)
downloadsubsurface-959077c66bd42d0b613a5ee54bc17fe3b9517bdd.tar.gz
Remove debug output about verbosity
This snuck in on commit f4f791ffbdd2 ("Add verbose debug output to parse_manual_file"). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/file.c b/file.c
index b0bc37aa9..c95c46938 100644
--- a/file.c
+++ b/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;