diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-13 18:58:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-13 13:36:08 -0800 |
commit | e6c587ad62274f372bde041c3d21fefc0c22faec (patch) | |
tree | 6cc60a425a494c1813161ceb7a3242748e6f5fbb /file.c | |
parent | 2307acd37f91597f73f34f7ccb2f884f32e32e48 (diff) | |
download | subsurface-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |