From fab4298b6361fa62ac649fb885b62cf4ce84ad1b Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 14 Jan 2010 16:45:59 +0000 Subject: [PATCH] hivex: Remove stray debugging message. --- hivex/hivex.c | 1 - 1 file changed, 1 deletion(-) 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", -- 1.8.3.1