diff options
Diffstat (limited to 'server/src/macrotool/export.cc')
-rw-r--r-- | server/src/macrotool/export.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/macrotool/export.cc b/server/src/macrotool/export.cc index d7f3729..2c3eb05 100644 --- a/server/src/macrotool/export.cc +++ b/server/src/macrotool/export.cc @@ -62,19 +62,19 @@ public: pos["patientid"] = 1; pos["time"] = 2; pos["template"] = 3; - /* - printf("%s\n", n.c_str()); + + //printf("%s\n", n.c_str()); size_t idx = 4; fieldnames_t::iterator i = f.begin(); while(i != f.end()) { - printf("%s ", i->c_str()); + //printf("%s ", i->c_str()); pos[*i] = idx; idx++; i++; } - printf("\n"); - */ + // printf("\n"); + output_header(); } |