diff options
-rw-r--r-- | hivex/hivex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c index 0c09ace6..f5c3ca39 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", |