From: Richard Jones Date: Thu, 14 Jan 2010 16:45:59 +0000 (+0000) Subject: hivex: Remove stray debugging message. X-Git-Tag: 1.0.82~30 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=fab4298b6361fa62ac649fb885b62cf4ce84ad1b hivex: Remove stray debugging message. --- diff --git a/hivex/hivex.c b/hivex/hivex.c index 0c09ace..f5c3ca3 100644 --- a/hivex/hivex.c +++ b/hivex/hivex.c @@ -760,7 +760,6 @@ hivex_node_parent (hive_h *h, hive_node_h node) hive_node_h ret = le32toh (nk->parent); ret += 0x1000; - printf ("parent = %zu\n", ret); if (!IS_VALID_BLOCK (h, ret)) { if (h->msglvl >= 2) printf ("hivex_node_parent: returning EFAULT because parent is not a valid block (%zu)\n",