# HG changeset patch # User Matthias Goergens # Date 1272293888 -3600 # Node ID 80bf18992c2a52d6d5bcecfc45b7cc963ebec03c # Parent 9e034ce87c5b9aa9548dd3f04ffb8fcd2e0e7210 commit a2515de5556dcb70b7a103221aff818270d4f42d Author: Matthias Gorgens Date: Mon Mar 8 16:07:32 2010 +0000 camldm_stubs.c: removed some debugging messages Signed-off-by: Matthias Goergens diff -r 9e034ce87c5b -r 80bf18992c2a camldm/camldm_stubs.c --- a/camldm/camldm_stubs.c +++ b/camldm/camldm_stubs.c @@ -307,7 +307,7 @@ 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);