From 45e8627ce9bf269c041dbde87bbabe1c87f26b66 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 19 May 2011 23:46:19 -0700 Subject: [PATCH] osd: remove useless debug print We dump this (and more) at the end of the PgPriorSet constructor. Signed-off-by: Sage Weil --- src/osd/PG.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 919dce1bcd711..e3c4f48a9e639 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1178,11 +1178,6 @@ void PG::build_prior(std::auto_ptr &prior_set) dout(10) << out << dendl; PgPriorSet &prior(*prior_set.get()); - dout(10) << "build_prior: " << *this << " " - << (prior.crashed ? " crashed":"") - << (prior.pg_down ? " down":"") - << (prior.some_down ? " some_down":"") - << dendl; // take note that we care about the primary's up_thru. if it // changes later, it will affect our prior_set, and we'll want // to rebuild it! -- 2.39.5