diff --git a/ntfsprogs/cluster.c b/ntfsprogs/cluster.c index 734bab8e..d22d8e41 100644 --- a/ntfsprogs/cluster.c +++ b/ntfsprogs/cluster.c @@ -56,8 +56,6 @@ int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void m_ctx->flags_search = FEMR_IN_USE | FEMR_BASE_RECORD; while (mft_next_record(m_ctx) == 0) { - ntfs_log_quiet("Inode: %llu\n", (unsigned long long) - m_ctx->inode->mft_no); if (!(m_ctx->flags_match & FEMR_BASE_RECORD)) continue;