summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-12-13 18:58:06 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-13 13:36:08 -0800
commite6c587ad62274f372bde041c3d21fefc0c22faec (patch)
tree6cc60a425a494c1813161ceb7a3242748e6f5fbb /file.c
parent2307acd37f91597f73f34f7ccb2f884f32e32e48 (diff)
downloadsubsurface-e6c587ad62274f372bde041c3d21fefc0c22faec.tar.gz
Remove debug printf
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2892f621a..04936a59e 100644
--- a/file.c
+++ b/file.c
@@ -724,7 +724,6 @@ int parse_txt_file(const char *filename, const char *csv)
//250 PO2 Cell 1
//251 PO2 Cell 2
default:
- printf("Ignoring %d = %d\n", type, value);
break;
} /* sample types */
break;