]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
camldm_stubs.c: removed some debugging messages
authorMatthias Goergens <Matthias.Goergens@citrix.com>
Thu, 17 Jun 2010 21:16:18 +0000 (22:16 +0100)
committerMatthias Goergens <Matthias.Goergens@citrix.com>
Thu, 17 Jun 2010 21:16:18 +0000 (22:16 +0100)
Signed-off-by: Matthias Goergens <matthias.goergens@citrix.com>
camldm/camldm_stubs.c

index 69d021da2eb7ec6aab750f848f81935d18f67781..e90a0a9f6fb669904f94d75d0cebb79e4b3dda36 100644 (file)
@@ -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);