From 88c2c61ed768589abea25e6f73c8926e991011d0 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Mon, 8 Jun 2020 16:21:51 -0700 Subject: [PATCH] report min_period Period -> period --- search/CheckFanoutLimits.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/search/CheckFanoutLimits.cc b/search/CheckFanoutLimits.cc index 93f5e3ba..00550cd9 100644 --- a/search/CheckFanoutLimits.cc +++ b/search/CheckFanoutLimits.cc @@ -83,8 +83,6 @@ CheckFanoutLimits::init(const MinMax *min_max) top_limit, top_limit_exists); top_limit_= top_limit; top_limit_exists_ = top_limit_exists; - if (top_limit_exists_) - printf("luse\n"); } void