[PATCH] Remove debug printf

Anton Lundin glance at acc.umu.se
Sat Dec 13 09:58:06 PST 2014


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 file.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/file.c b/file.c
index 2892f62..04936a5 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;
-- 
2.1.0



More information about the subsurface mailing list