From: Richard Jones Date: Thu, 14 Jan 2010 16:45:59 +0000 (+0000) Subject: hivex: Remove stray debugging message. X-Git-Tag: 1.1.0~63 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=476d4a33ca062f21a91d4dd1cadd1ce0e78f480e;p=hivex.git 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",