From: Matthias Goergens Date: Thu, 17 Jun 2010 21:16:18 +0000 (+0100) Subject: camldm_stubs.c: removed some debugging messages X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=67de371cdfafc46d64e2feff4d479cabdf19f615;p=xcp%2Fxen-api-libs.git camldm_stubs.c: removed some debugging messages Signed-off-by: Matthias Goergens --- 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);