From 67de371cdfafc46d64e2feff4d479cabdf19f615 Mon Sep 17 00:00:00 2001 From: Matthias Goergens Date: Thu, 17 Jun 2010 22:16:18 +0100 Subject: [PATCH] camldm_stubs.c: removed some debugging messages Signed-off-by: Matthias Goergens --- camldm/camldm_stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camldm/camldm_stubs.c b/camldm/camldm_stubs.c index 69d021d..e90a0a9 100644 --- a/camldm/camldm_stubs.c +++ b/camldm/camldm_stubs.c @@ -307,7 +307,7 @@ value camldm_ls() list = cons (caml_copy_string(names->name), list); - printf("%s\t(:Debug only)\n", names->name); + // printf("%s\t(:Debug only)\n", names->name); next = names->next; } while (next); -- 2.39.5